Skip to content

Commit

Permalink
feat: sync tests with changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fspoettel committed Jun 29, 2024
1 parent 48b2495 commit 52ffde4
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/e2e/deck-view.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ test("delete deck", async ({ page }) => {
await page.getByTestId("view-delete").click();
await expect(page).toHaveURL(/\//);
await expect(page.getByTestId("collection-deck")).not.toBeVisible();
await expect(page.getByText("No decks.")).toBeVisible();
await expect(page.getByText("Collection empty")).toBeVisible();
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 52ffde4

Please sign in to comment.