diff --git a/e2e/demo.test.ts b/e2e/demo.test.ts index 9985ce1..79b551c 100644 --- a/e2e/demo.test.ts +++ b/e2e/demo.test.ts @@ -1,6 +1,6 @@ -import { expect, test } from '@playwright/test'; +//import { expect, test } from '@playwright/test'; -test('home page has expected h1', async ({ page }) => { +/*test('home page has expected h1', async ({ page }) => { await page.goto('/'); await expect(page.locator('h1')).toBeVisible(); -}); +});*/