Skip to content

Commit

Permalink
errata ui element exceptions (#1612)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8ce39da)
  • Loading branch information
damoore044 authored and web-flow committed Oct 30, 2024
1 parent e55a12d commit e3142c7
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 e3142c7

Please sign in to comment.