File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
packages/dito/tests/playwright/e2e Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ test.describe("test support page", () => {
6
6
await page . goto ( staticRoutes . ROUTE_SUPPORT . url ) ;
7
7
} ) ;
8
8
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 ( {
11
10
page,
12
11
} ) => {
13
12
await page . getByRole ( "button" , { name : "Termin" } ) . click ( ) ;
@@ -17,7 +16,7 @@ test.describe("test support page", () => {
17
16
. frameLocator (
18
17
'iframe[title="Beratung erhalten Sie in einem 45-minütigem Gespräch"]' ,
19
18
)
20
- . getByRole ( "heading" , { name : "Digitalcheck Suport" } ) ,
19
+ . getByText ( "Appointments" ) ,
21
20
) . toBeVisible ( ) ;
22
21
} ) ;
23
22
You can’t perform that action at this time.
0 commit comments