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