tets
Playwright Tests / test (push) Successful in 1m46s

This commit is contained in:
2026-05-07 09:32:39 +02:00
parent 3272b7df32
commit f2d3e38630
+2 -1
View File
@@ -9,8 +9,9 @@ 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();