@ -1,8 +1,8 @@
|
||||
import { expect, test } from '@playwright/test'
|
||||
|
||||
test('has title', async ({ page }) => {
|
||||
await page.goto('/');
|
||||
await page.goto('/')
|
||||
|
||||
// Expect a title "to contain" a substring.
|
||||
await expect(page).toHaveTitle(/Dzeio/);
|
||||
await expect(page).toHaveTitle(/Dzeio/)
|
||||
})
|
||||
|
Reference in New Issue
Block a user