Skip to content

Commit

Permalink
remove sleep since we now have timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kcpevey committed Nov 28, 2023
1 parent 62a74f8 commit bf48b65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/playwright/test_ux.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def _existing_environment_interactions(page, env_name, time_to_build_env=3*60*10
page.get_by_text("Delete environment").click()
page.get_by_role("button", name="Delete").click()

time.sleep(5) # wait for it to render, flaky otherwise
assert not page.get_by_role("button", name=env_name).is_visible()


Expand Down

0 comments on commit bf48b65

Please sign in to comment.