intentially broke functional_tests.test_login to ensure screendumps functionality works on test runner failure in pipeline
This commit is contained in:
@@ -21,7 +21,7 @@ class LoginTest(FunctionalTest):
|
|||||||
self.wait_for(
|
self.wait_for(
|
||||||
lambda: self.assertIn(
|
lambda: self.assertIn(
|
||||||
"Check your email",
|
"Check your email",
|
||||||
self.browser.find_element(By.CSS_SELECTOR, "title").text,
|
self.browser.find_element(By.CSS_SELECTOR, "body").text,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user