@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user