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