File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const TIMEOUT_MS = 40000;
40
40
url : "/static-dashboard" ,
41
41
} ) ;
42
42
43
- expect ( cy . findByTestId ( "embed-frame " , { timeout : TIMEOUT_MS } ) . should ( "exist" ) ) ;
43
+ expect ( cy . findByTestId ( "dashboard " , { timeout : TIMEOUT_MS } ) . should ( "exist" ) ) ;
44
44
cy . findByTestId ( "dashboard" , { timeout : TIMEOUT_MS } ) . within ( ( ) => {
45
45
cy . findByTestId ( "dashboard-name-heading" ) . should ( "exist" ) ;
46
46
@@ -57,7 +57,7 @@ const TIMEOUT_MS = 40000;
57
57
url : "/interactive-dashboard" ,
58
58
} ) ;
59
59
60
- expect ( cy . findByTestId ( "embed-frame " , { timeout : TIMEOUT_MS } ) . should ( "exist" ) ) ;
60
+ expect ( cy . findByTestId ( "dashboard " , { timeout : TIMEOUT_MS } ) . should ( "exist" ) ) ;
61
61
cy . findByTestId ( "dashboard" , { timeout : TIMEOUT_MS } ) . within ( ( ) => {
62
62
cy . findByTestId ( "dashboard-name-heading" ) . should ( "exist" ) ;
63
63
You can’t perform that action at this time.
0 commit comments