re
Playwright Tests / test (push) Successful in 1m6s

This commit is contained in:
2026-05-06 01:17:30 +02:00
parent d4e6f97e56
commit cea02d5275
+4 -4
View File
@@ -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();
});