Skip to content

Commit aa560d0

Browse files
✅ test: attempt to make the tests less flaky
1 parent e11fc50 commit aa560d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/openbeheer/utils/gherkin_e2e.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ class Then(GherkinScenario):
323323
# Location
324324

325325
def url_should_be(self, page: Page, url: str) -> None:
326+
page.wait_for_load_state("networkidle")
326327
expect(page).to_have_url(url)
327328

328329
def url_should_match(self, page: Page, url: str) -> None:

0 commit comments

Comments
 (0)