Skip to content

Commit

Permalink
Add .prettierignore and update e2e test in
Browse files Browse the repository at this point in the history
sessions.etest.ts
  • Loading branch information
absternator committed Nov 14, 2023
1 parent a827a20 commit a85a854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/static/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
build
coverage
test-results
node_modules
node_modules
dist
2 changes: 1 addition & 1 deletion app/static/tests/e2e/sessions.etest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ test.describe("Sessions tests", () => {
await expect(await page.locator(":nth-match(.session-label, 2)")).toHaveText(noLabel, { timeout });
await expect(await page.locator(":nth-match(.session-label, 3)")).toHaveText(noLabel, { timeout });
await expect(await page.locator(":nth-match(.session-label, 4)")).toHaveText("current session label", {
timeout
timeout
});

// ...then unchecking should filter out the earlier unlabelled duplicates again
Expand Down

0 comments on commit a85a854

Please sign in to comment.