Skip to content

Commit

Permalink
errata ui element exceptions (#1612) (#1613)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8ce39da)

Co-authored-by: David Moore <[email protected]>
  • Loading branch information
Satellite-QE and damoore044 authored Nov 1, 2024
1 parent 359deaf commit b3c3ff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/entities/host_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ def run_job(self, entity_name):
def get_packages(self, entity_name, search=""):
"""Filter installed packages on host"""
view = self.navigate_to(self, 'NewDetails', entity_name=entity_name)
view.content.packages.wait_displayed()
view.content.packages.select()
view.content.packages.table.wait_displayed()
view.content.packages.searchbar.fill(search)
Expand Down

0 comments on commit b3c3ff5

Please sign in to comment.