diff --git a/tests/__screenshots__/production/dummy.spec.ts/dummy.png b/tests/__screenshots__/production/dummy.spec.ts/dummy.png deleted file mode 100644 index 1c30b33..0000000 Binary files a/tests/__screenshots__/production/dummy.spec.ts/dummy.png and /dev/null differ diff --git a/tests/dummy.spec.ts b/tests/dummy.spec.ts deleted file mode 100644 index 4eb3fe2..0000000 --- a/tests/dummy.spec.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { expect, test } from "@playwright/test"; - -// TODO: to be removed -test("dummy test", async ({ page }) => { - await page.goto("https://juno.build"); - - await expect(page).toHaveScreenshot(`dummy.png`, { - fullPage: true, - }); -});