Skip to content

Commit

Permalink
Update Activation Keys helper OUIA ID (#1003) (#1004)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
(cherry picked from commit 9f20721)

Co-authored-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Satellite-QE and Gauravtalreja1 authored Oct 18, 2023
1 parent ca21b11 commit 3ba17f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3ba17f0

Please sign in to comment.