js snippet displays dynamic ellipsis on loading-style token gatekeeper modals; tweaks to existing pythonic & test structure to accomodate
This commit is contained in:
@@ -38,7 +38,7 @@ class GatekeeperTest(FunctionalTest):
|
||||
# 4. Page shows room name, GATHERING status
|
||||
body = self.browser.find_element(By.TAG_NAME, "body")
|
||||
self.assertIn("Test Room", body.text)
|
||||
self.assertIn("GATHERING", body.text)
|
||||
self.assertIn("GATHERING GAMERS", body.text)
|
||||
# 5. Six token slots are visible
|
||||
slots = self.browser.find_elements(By.CSS_SELECTOR, ".gate-slot")
|
||||
self.assertEqual(len(slots), 6)
|
||||
|
||||
Reference in New Issue
Block a user