now that like token_types stack in UX, _0 removed from 4 test methods that previously looked for specific token's ID
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:
@@ -62,7 +62,7 @@ class WalletDisplayTest(FunctionalTest):
|
||||
self.assertIn("Admit 1 Entry", coin_tooltip)
|
||||
self.assertIn("no expiry", coin_tooltip)
|
||||
# 10. Assert ×1 Free Token present (complimentary on signup)
|
||||
free_token = self.browser.find_element(By.ID, "id_free_token_0")
|
||||
free_token = self.browser.find_element(By.ID, "id_free_token")
|
||||
# 11. Hover over it; assert tooltip shows name, entry text, expiry date
|
||||
ActionChains(self.browser).move_to_element(free_token).perform()
|
||||
self.wait_for(
|
||||
|
||||
Reference in New Issue
Block a user