as
Playwright Tests / test (push) Failing after 1m45s

This commit is contained in:
2026-05-06 00:39:33 +02:00
parent 73c2b02381
commit 1c2fc4825c
+1
View File
@@ -9,6 +9,7 @@ test('has title', async ({ page }) => {
test('get started link', async ({ page }) => {
await page.goto('https://music.lukan.cz');
// Click the get started link.
await page.getByRole('link', { name: 'O projektu' }).click();