Skip to content

Commit

Permalink
Update poker-games.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWeathers committed Apr 7, 2024
1 parent 0ff94bd commit d0726ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/poker-games.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit d0726ed

Please sign in to comment.