Skip to content

Commit

Permalink
Update Activation Keys OUIA ID
Browse files Browse the repository at this point in the history
  • Loading branch information
shweta83 committed Jun 23, 2023
1 parent b6cc4ff commit 23641e7
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 @@ -517,7 +517,7 @@ class general(Tab):
linux_host_init_link = Link('//a[normalize-space(.)="Linux host_init_config default"]')
capsule = FormSelect('OUIA-Generated-FormSelect-default-5')
insecure = Checkbox(id='reg_insecure')
activation_keys = BaseMultiSelect('OUIA-Generated-Select-typeaheadmulti-1')
activation_keys = BaseMultiSelect('activation-keys-field')
activation_key_helper = Text("//div[@id='reg_katello_ak-helper']")

@View.nested
Expand Down

0 comments on commit 23641e7

Please sign in to comment.