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;
4040 url : "/static-dashboard" ,
4141 } ) ;
4242
43- expect ( cy . findByTestId ( "embed-frame " , { timeout : TIMEOUT_MS } ) . should ( "exist" ) ) ;
43+ expect ( cy . findByTestId ( "dashboard " , { timeout : TIMEOUT_MS } ) . should ( "exist" ) ) ;
4444 cy . findByTestId ( "dashboard" , { timeout : TIMEOUT_MS } ) . within ( ( ) => {
4545 cy . findByTestId ( "dashboard-name-heading" ) . should ( "exist" ) ;
4646
@@ -57,7 +57,7 @@ const TIMEOUT_MS = 40000;
5757 url : "/interactive-dashboard" ,
5858 } ) ;
5959
60- expect ( cy . findByTestId ( "embed-frame " , { timeout : TIMEOUT_MS } ) . should ( "exist" ) ) ;
60+ expect ( cy . findByTestId ( "dashboard " , { timeout : TIMEOUT_MS } ) . should ( "exist" ) ) ;
6161 cy . findByTestId ( "dashboard" , { timeout : TIMEOUT_MS } ) . within ( ( ) => {
6262 cy . findByTestId ( "dashboard-name-heading" ) . should ( "exist" ) ;
6363
You can’t perform that action at this time.
0 commit comments