tets
Playwright Tests / test (push) Successful in 2m1s

This commit is contained in:
2026-05-06 00:03:27 +02:00
parent 802a0fee46
commit 0f93b13b7b
-2
View File
@@ -50,8 +50,6 @@ export class HomePage {
}
// test interní odkazy
async clickMenuItem(name: string) {
await this.page.getByRole('link', { name: name, exact: true }).click();