Skip to content

Commit

Permalink
Check that breadcrumb is displayed (#1281)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6a1fd69)
  • Loading branch information
dosas authored and web-flow committed Mar 14, 2024
1 parent 00d3746 commit 6d29b8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/entities/contenthost.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def read_all(self, widget_names=None):
def read(self, entity_name, widget_names=None):
"""Read content host details, optionally read only the widgets in widget_names."""
view = self.navigate_to(self, 'Edit', entity_name=entity_name)
view.is_displayed
return view.read(widget_names=widget_names)

def read_legacy_ui(self, entity_name, widget_names=None):
Expand Down

0 comments on commit 6d29b8c

Please sign in to comment.