fixed three FTs clogging pipeline that needed slight CSS-selector redirects to conform with recent refactors
All checks were successful
ci/woodpecker/push/pyswiss Pipeline was successful
ci/woodpecker/push/main Pipeline was successful

This commit is contained in:
Disco DeDisco
2026-04-26 21:17:42 -04:00
parent 5aaff6240b
commit e2515d9b44
2 changed files with 4 additions and 4 deletions

View File

@@ -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"))
# ──────────────────────────────────────────────────────────────────────────────