Skip to content

Commit

Permalink
stabilization - adding profiles into inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
pszkamruk-splunk committed Oct 19, 2023
1 parent 0670c9d commit 71defea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui_tests/pages/inventory_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ def select_profiles(self, profiles, edit=False):
profile_input.send_keys(profile)
profile_input.send_keys(Keys.ENTER)
time.sleep(2)
# we need to hide profile list,
# otherwise it can break test execution and popup can intercept clicking on smart profiles
profile_input.send_keys(Keys.ESCAPE)

def _get_inventory_data(self, host, field):
if field == 'snmp_version':
Expand Down

0 comments on commit 71defea

Please sign in to comment.