Skip to content

Commit

Permalink
test: fix game text toggle text
Browse files Browse the repository at this point in the history
  • Loading branch information
fspoettel committed Jan 14, 2025
1 parent c3909d1 commit cdbe9d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/e2e/filters.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ test.describe("filters", () => {

await page.getByTestId("search-input").blur();

await page.getByTestId("collection-create-deck").hover();
await page.locator('[data-test-id="card-list-config"]').click();
await page.getByLabel("List with text").click();

Expand Down

0 comments on commit cdbe9d5

Please sign in to comment.