Skip to content

Commit

Permalink
test: update e2e test for new stub data
Browse files Browse the repository at this point in the history
  • Loading branch information
fspoettel committed Sep 13, 2024
1 parent c0790d6 commit c0a16b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/e2e/deck-create.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ test.describe("deck create: interactions", () => {
.click();

await page.getByTestId("filters-faction-seeker").click();
await expect(page.getByTestId("cardlist-count")).toContainText("47 cards");
await expect(page.getByTestId("cardlist-count")).toContainText("48 cards");

await page.getByTestId("filters-faction-seeker").click();
await page.getByTestId("filters-faction-survivor").click();
Expand Down

0 comments on commit c0a16b7

Please sign in to comment.