Skip to content

Commit

Permalink
ACS Stability issues fix (#1000)
Browse files Browse the repository at this point in the history
* ACS Stability issues fix

* Precommit ran

(cherry picked from commit 051f6f1)
  • Loading branch information
LadislavVasina1 authored and web-flow committed Oct 10, 2023
1 parent ca21b11 commit 9cccd61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/entities/acs.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ def create_new_acs( # noqa: C901 - function is too complex
view.acs_drawer.clear_search.click()
time.sleep(2)

wait_for(lambda: view.acs_drawer.add_source.is_displayed, timeout=10, delay=1)
view.acs_drawer.add_source.click()
# Load wizard modal for adding new ACS
view = AddAlternateContentSourceModal(self.browser)
Expand Down

0 comments on commit 9cccd61

Please sign in to comment.