runner test
Playwright Tests / test (push) Failing after 1m40s

This commit is contained in:
2026-05-05 23:04:40 +02:00
parent e5b69b060b
commit 3a09c8a270
+1 -1
View File
@@ -35,7 +35,7 @@ export class HomePage {
await this.page.goto(this.url);
}
// Otestování, zda jsou všechny odkazy v menu viditelné
// Otestování, zda jsou všechny odkazy v menu viditelné.
async checkMenuTexts(expectedTexts: string[]) {
for (const text of expectedTexts) {
const item = this.page.getByText(text, { exact: true });