This commit is contained in:
Michael Telatynski
2025-05-15 17:03:02 +01:00
parent bf6cd61c79
commit 363d0a7654
7 changed files with 81 additions and 111 deletions
@@ -136,8 +136,9 @@ test.describe("Banner", () => {
if (type === "univention") {
await expect(sidebar).toMatchScreenshot(`${type}_menu_loading.png`);
await navigationJsonResolver.resolve();
navigationJsonResolver.resolve();
}
await page.pause();
const emailApp = page.getByText("E-Mail");
await expect(emailApp).toHaveAttribute("href", "https://example.com/email");