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:
@@ -69,7 +69,7 @@ class GameboardNavigationTest(FunctionalTest):
|
||||
self.assertIn("Admit 1 Entry", coin_tooltip)
|
||||
self.assertIn("and another after that", coin_tooltip)
|
||||
# 7. Assert 1× Free Token (complimentary) present in kit
|
||||
free_token = self.browser.find_element(By.ID, "id_kit_free_token_0")
|
||||
free_token = self.browser.find_element(By.ID, "id_kit_free_token")
|
||||
# 8. 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