diff --git a/tests/example.spec.ts b/tests/example.spec.ts index 412263a..682e61e 100644 --- a/tests/example.spec.ts +++ b/tests/example.spec.ts @@ -4,7 +4,7 @@ test('has title', async ({ page }) => { await page.goto('https://music.lukan.cz'); // Expect a title "to contain" a substring. - await expect(page).toHaveTitle(/Playwright/); + await expect(page).toHaveTitle(/Zažij numetal a grunge každý den, po celý rok./); }); test('get started link', async ({ page }) => {