Update
DevPlace CI / test (push) Failing after 37m34s

This commit is contained in:
2026-07-04 22:24:59 +02:00
parent 0d560c3d18
commit 67caf3f479
11 changed files with 213 additions and 13 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ def test_game_page_loads(alice):
assert page.locator(".game-header h1").is_visible()
expect(page.locator("[data-hud-coins]")).to_have_text("100000")
expect(page.locator("[data-game-grid] [data-slot]")).to_have_count(4)
expect(page.locator(".perk-card")).to_have_count(4)
expect(page.locator(".perk-card:not(.legacy-card)")).to_have_count(4)
expect(page.locator(".quest-item")).to_have_count(3)