stylistic changes primarily, esp. to page titles(new spans in header_text block, for instance)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -16,7 +16,7 @@ class MyListsPage:
|
||||
self.test.wait_for(
|
||||
lambda: self.test.assertIn(
|
||||
email,
|
||||
self.test.browser.find_element(By.TAG_NAME, "h2").text,
|
||||
self.test.browser.find_element(By.TAG_NAME, "h2").text.lower(),
|
||||
)
|
||||
)
|
||||
return self
|
||||
|
||||
Reference in New Issue
Block a user