fix: Ein Abgleich darf natürlich nicht die Seiten blockieren.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user