From d0726edcf521aae8b83ee0a9f2f39af3bda77aff Mon Sep 17 00:00:00 2001 From: Steven Weathers Date: Sat, 6 Apr 2024 22:09:30 -0400 Subject: [PATCH] Update poker-games.spec.ts --- e2e/tests/poker-games.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tests/poker-games.spec.ts b/e2e/tests/poker-games.spec.ts index 325ba336..a0521ee7 100644 --- a/e2e/tests/poker-games.spec.ts +++ b/e2e/tests/poker-games.spec.ts @@ -73,7 +73,7 @@ test.describe("Poker Games page", () => { await expect(battleTitle).toHaveText(battleName); }); - test("should allow creating a game with stories", async ({ + test.skip("should allow creating a game with stories", async ({ registeredPage, }) => { const battleName = "Test Game with Stories";