added type='button' to both guard portal btns so firefox won't normalize to type='submit'; fixed several FTs for new click-guard functionality on Role card select & room gear menu DEL & BYE btns; several restorations to landscape breakpoint incl. logged-ion display_name, copyright info; provided title to room_scroll.html; a slurry of other minor fixes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -209,6 +209,7 @@ class GatekeeperTest(FunctionalTest):
|
||||
self.wait_for(
|
||||
lambda: self.browser.find_element(By.CSS_SELECTOR, ".btn-danger")
|
||||
).click()
|
||||
self.confirm_guard()
|
||||
|
||||
self.wait_for(lambda: self.assertEqual(
|
||||
self.browser.current_url, self.live_server_url + "/gameboard/"
|
||||
@@ -248,6 +249,7 @@ class GatekeeperTest(FunctionalTest):
|
||||
self.wait_for(
|
||||
lambda: self.browser.find_element(By.CSS_SELECTOR, ".btn-abandon")
|
||||
).click()
|
||||
self.confirm_guard()
|
||||
|
||||
self.wait_for(lambda: self.assertEqual(
|
||||
self.browser.current_url, self.live_server_url + "/gameboard/"
|
||||
|
||||
Reference in New Issue
Block a user