Skip to content

Commit

Permalink
Update Activation Keys helper OUIA ID (#1003)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Oct 13, 2023
1 parent 051f6f1 commit 9f20721
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 9f20721

Please sign in to comment.