From cea02d5275bc989706f61cf9ac454f39da6ff5f4 Mon Sep 17 00:00:00 2001 From: kankys Date: Wed, 6 May 2026 01:17:30 +0200 Subject: [PATCH] re --- tests/example.spec.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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(); });