diff --git a/tests/app/page.spec.ts b/tests/app/page.spec.ts deleted file mode 100644 index 5934f11..0000000 --- a/tests/app/page.spec.ts +++ /dev/null @@ -1,6 +0,0 @@ -import { expect, test } from "@playwright/test"; - -test("VRT", async ({ page }) => { - await page.goto("/"); - await expect(page).toHaveScreenshot(); -}); diff --git a/tests/app/page.spec.ts-snapshots/VRT-1-chromium-linux.png b/tests/app/page.spec.ts-snapshots/VRT-1-chromium-linux.png deleted file mode 100644 index 5b76181..0000000 Binary files a/tests/app/page.spec.ts-snapshots/VRT-1-chromium-linux.png and /dev/null differ diff --git a/tests/app/page.spec.ts-snapshots/VRT-1-firefox-linux.png b/tests/app/page.spec.ts-snapshots/VRT-1-firefox-linux.png deleted file mode 100644 index 7ba991c..0000000 Binary files a/tests/app/page.spec.ts-snapshots/VRT-1-firefox-linux.png and /dev/null differ diff --git a/tests/app/page.spec.ts-snapshots/VRT-1-webkit-linux.png b/tests/app/page.spec.ts-snapshots/VRT-1-webkit-linux.png deleted file mode 100644 index 3770fbe..0000000 Binary files a/tests/app/page.spec.ts-snapshots/VRT-1-webkit-linux.png and /dev/null differ