We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11fc50 commit aa560d0Copy full SHA for aa560d0
backend/src/openbeheer/utils/gherkin_e2e.py
@@ -323,6 +323,7 @@ class Then(GherkinScenario):
323
# Location
324
325
def url_should_be(self, page: Page, url: str) -> None:
326
+ page.wait_for_load_state("networkidle")
327
expect(page).to_have_url(url)
328
329
def url_should_match(self, page: Page, url: str) -> None:
0 commit comments