Skip to content

Commit e465bc9

Browse files
Enable support test again
1 parent 7e78372 commit e465bc9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/dito/tests/playwright/e2e/support.spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ test.describe("test support page", () => {
66
await page.goto(staticRoutes.ROUTE_SUPPORT.url);
77
});
88

9-
// TODO: test needs correct google calendar link
10-
test.skip("clicking on appointment button shows google and hides button", async ({
9+
test("clicking on appointment button shows google and hides button", async ({
1110
page,
1211
}) => {
1312
await page.getByRole("button", { name: "Termin" }).click();
@@ -17,7 +16,7 @@ test.describe("test support page", () => {
1716
.frameLocator(
1817
'iframe[title="Beratung erhalten Sie in einem 45-minütigem Gespräch"]',
1918
)
20-
.getByRole("heading", { name: "Digitalcheck Suport" }),
19+
.getByText("Appointments"),
2120
).toBeVisible();
2221
});
2322

0 commit comments

Comments
 (0)