Skip to content

Commit

Permalink
Adapt to additional div taxonomy mismatch locator (SatelliteQE#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
dosas authored Feb 8, 2024
1 parent 39f73c6 commit 375de50
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 @@ -743,7 +743,7 @@ class HostsTaxonomyMismatchRadioGroup(GenericLocatorWidget):

def __init__(self, parent, **kwargs):
self.taxonomy = kwargs.pop('taxonomy')
super().__init__(parent, "//div[@class='modal-body']//div[@id='content']/form", **kwargs)
super().__init__(parent, "//div[@class='modal-body']//div[@id='content']//form", **kwargs)

def _is_checked(self, widget):
"""Returns whether the widget is checked"""
Expand Down

0 comments on commit 375de50

Please sign in to comment.