From 3ba17f0256eeece05a0393bf1733e0d3578e13f2 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:20:52 -0400 Subject: [PATCH] Update Activation Keys helper OUIA ID (#1003) (#1004) Signed-off-by: Gaurav Talreja (cherry picked from commit 9f20721b77df8af8304b5a1b291930f834432ed4) Co-authored-by: Gaurav Talreja --- airgun/views/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airgun/views/host.py b/airgun/views/host.py index 4ed31ec7d..530591260 100644 --- a/airgun/views/host.py +++ b/airgun/views/host.py @@ -518,7 +518,7 @@ class general(Tab): capsule = FormSelect('reg_smart_proxy') insecure = Checkbox(id='reg_insecure') activation_keys = BaseMultiSelect('activation-keys-field') - activation_key_helper = Text("//div[@id='reg_katello_ak-helper']") + activation_key_helper = Text("//div[@id='activation_keys_field-helper']") @View.nested class advanced(Tab):