From 9f20721b77df8af8304b5a1b291930f834432ed4 Mon Sep 17 00:00:00 2001 From: Gaurav Talreja Date: Fri, 13 Oct 2023 16:16:58 +0530 Subject: [PATCH] Update Activation Keys helper OUIA ID (#1003) Signed-off-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):