We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be8bdb9 + 6541a43 commit 688b1ccCopy full SHA for 688b1cc
1 file changed
tests/notifications/functional_tests/test_email_auth.py
@@ -17,8 +17,8 @@ def test_email_auth(driver):
17
# login email auth user
18
sign_in_email_auth(driver)
19
base_page = BasePage(driver)
20
- # assert url is FUNCTIONAL_TESTS_SERVICE's dashboard
21
- base_page.wait_until_url_contains(f"/services/{config['service']['id']}")
+ # Support both single-service and multi-service post-login redirects.
+ base_page.wait_until_url_matches(rf"/services/{config['service']['id']}(/|$)|/your-services$")
22
base_page.sign_out()
23
24
0 commit comments