updated assertions in FTs.test_billboard to match the refined prose rendering from last commit
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:
@@ -97,11 +97,11 @@ class BillboardScrollTest(FunctionalTest):
|
||||
)
|
||||
|
||||
# Gate fill events are rendered as prose
|
||||
self.assertIn("deposits a Coin-on-a-String for slot 1 (7 days)", scroll.text)
|
||||
self.assertIn("deposits a Free Token for slot 2 (7 days)", scroll.text)
|
||||
self.assertIn("deposits a Coin-on-a-String for slot 1 (expires in 7 days).", scroll.text)
|
||||
self.assertIn("deposits a Free Token for slot 2 (expires in 7 days).", scroll.text)
|
||||
|
||||
# Role selection event is rendered as prose
|
||||
self.assertIn("elects to start as Player", scroll.text)
|
||||
self.assertIn("elects to start as the Player", scroll.text)
|
||||
|
||||
# ------------------------------------------------------------------ #
|
||||
# Test 3 — current user's events are right-aligned; others' are left #
|
||||
|
||||
Reference in New Issue
Block a user