Skip to content

Commit

Permalink
locator updated in is_supported() method (#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
amolpati30 authored Aug 26, 2024
1 parent 8d2925f commit 1cba2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/entities/provisioning_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def is_supported(self, entity_name):
try:
return "Supported by Red Hat" in view.table.row(name=entity_name)[
'Name'
].widget.browser.element('./img').get_attribute('title')
].widget.browser.element('./parent::td/img').get_attribute('title')
except NoSuchElementException:
return False

Expand Down

0 comments on commit 1cba2bb

Please sign in to comment.