This commit is contained in:
parent
72983ec5fd
commit
fcef383183
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
});
|
||||
});*/
|
||||
|
|
Loading…
Add table
Reference in a new issue