Update src/functional_tests/test_billboard.py
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -97,8 +97,8 @@ class BillboardScrollTest(FunctionalTest):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# Gate fill events are rendered as prose
|
# 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 Coin-on-a-String for slot 1 (expires in 7 days)", scroll.text)
|
||||||
self.assertIn("deposits a Free Token for slot 2 (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
|
# Role selection event is rendered as prose
|
||||||
self.assertIn("elects to start as Player", scroll.text)
|
self.assertIn("elects to start as Player", scroll.text)
|
||||||
|
|||||||
Reference in New Issue
Block a user