fix: Ein Abgleich darf natürlich nicht die Seiten blockieren.

This commit is contained in:
ISA
2025-08-20 16:36:05 +02:00
parent 6e98a98670
commit fb36561cb9
13 changed files with 20 additions and 18 deletions

View File

@@ -59,7 +59,7 @@ export async function runSettingsPageTest(page: Page) {
page.getByRole("heading", { name: "PDF Handbücher" })
).toBeVisible();
await expect(page.getByText("KUE705FO.PDF")).toBeVisible();
await page.getByRole("button").filter({ hasText: /^$/ }).click();
//await page.getByRole("button").filter({ hasText: /^$/ }).click();
await page.getByRole("button", { name: "Allgemeine Einstellungen" }).click();
await expect(
page.getByRole("button", { name: "Allgemeine Einstellungen" })