test
Playwright Tests / test (push) Failing after 1m44s

This commit is contained in:
2026-05-05 23:33:32 +02:00
parent b9e608c463
commit fa2429a223
+1 -1
View File
@@ -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 }) => {