diff --git a/tests/example.spec.ts b/tests/example.spec.ts index 682e61e..677d759 100644 --- a/tests/example.spec.ts +++ b/tests/example.spec.ts @@ -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();