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();
|
||||
}
|
||||
|
||||
@@ -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" })
|
||||
|
||||
Reference in New Issue
Block a user