fix: Ein Abgleich darf natürlich nicht die Seiten blockieren.
This commit is contained in:
@@ -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