Skip to content

Commit

Permalink
test(e2e): create dashboard snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane authored and stephane-r committed Dec 8, 2023
1 parent 74de6e9 commit 07b0661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/dashboard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ test("default blocks are visible", async ({ page }) => {
await expect(
page.getByRole("list", { name: "Moods & genres" }).getByRole("listitem"),
).toHaveCount(113);

await expect(page).toHaveScreenshot();
});
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 07b0661

Please sign in to comment.