diff --git a/tests/example.spec.ts b/tests/example.spec.ts index 94be3d0..d2b1ba5 100644 --- a/tests/example.spec.ts +++ b/tests/example.spec.ts @@ -12,9 +12,9 @@ test('get started link', async ({ page }) => { - // Click the get started link. - await page.getByRole('link', { name: 'O projektu' }).click(); +// // Click the get started link. +// await page.getByRole('link', { name: 'O projektu' }).click(); - // Expects page to have a heading with the name of Installation. -await expect(page.getByRole('heading', { name: 'Installation' })).toBeVisible(); +// // Expects page to have a heading with the name of Installation. +// await expect(page.getByRole('heading', { name: 'Installation' })).toBeVisible(); });