Update src/functional_tests/test_billboard.py
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-04-02 20:37:43 +00:00
parent afe8e2b32c
commit 3ae4360804

View File

@@ -97,8 +97,8 @@ 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)