diff --git a/apps/web/tests/vote-and-comment.spec.ts b/apps/web/tests/vote-and-comment.spec.ts index 8d1ca1f16..86dc6ca24 100644 --- a/apps/web/tests/vote-and-comment.spec.ts +++ b/apps/web/tests/vote-and-comment.spec.ts @@ -1,4 +1,4 @@ -import type { Page, Request } from "@playwright/test"; +import type { Page } from "@playwright/test"; import { expect, test } from "@playwright/test"; import { load } from "cheerio"; import type { PollPage } from "tests/poll-page";