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

@@ -225,6 +225,6 @@ export async function runDashboardTest(page: Page) {
page.getByRole("heading", { name: "PDF Handbücher" })
);
await highlightAndExpectVisible(page, page.getByText("KUE705FO.PDF"));
await highlightAndExpectVisible(page, page.getByRole("button"));
await page.getByRole("button").click();
//await highlightAndExpectVisible(page, page.getByRole("button"));
//await page.getByRole("button").click();
}