fixed three FTs clogging pipeline that needed slight CSS-selector redirects to conform with recent refactors
This commit is contained in:
@@ -300,7 +300,7 @@ class StargazerNoteFromDashboardTest(FunctionalTest):
|
||||
bardo_ok = bardo.find_element(By.CSS_SELECTOR, ".palette-ok")
|
||||
self.assertIn("btn-confirm", bardo_ok.get_attribute("class"))
|
||||
self.assertNotIn("btn-disabled", bardo_ok.get_attribute("class"))
|
||||
self.assertIn("Stargazer", bardo.get_attribute("data-shoptalk"))
|
||||
self.assertIn("Stargazer", bardo.get_attribute("data-description"))
|
||||
|
||||
|
||||
# ──────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user