diff --git a/app/static/.prettierignore b/app/static/.prettierignore index 74aac97f..fd8d695a 100644 --- a/app/static/.prettierignore +++ b/app/static/.prettierignore @@ -2,4 +2,5 @@ build coverage test-results -node_modules \ No newline at end of file +node_modules +dist \ No newline at end of file diff --git a/app/static/tests/e2e/sessions.etest.ts b/app/static/tests/e2e/sessions.etest.ts index df4f87af..3757ce2d 100644 --- a/app/static/tests/e2e/sessions.etest.ts +++ b/app/static/tests/e2e/sessions.etest.ts @@ -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