File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/e2e/tests/web/critical-path/url-handling Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
await t . expect ( myRedisDatabasePage . AddRedisDatabase . disabledDatabaseInfo . nth ( 1 ) . getAttribute ( 'title' ) ) . contains ( port , 'Wrong port value' ) ;
45
45
await t . click ( myRedisDatabasePage . AddRedisDatabase . addRedisDatabaseButton ) ;
46
46
// wait for db is added
47
- // await t.wait(10_000 );
47
+ await t . wait ( 7_000 ) ;
48
48
await t . expect ( workbenchPage . closeEnablementPage . exists ) . ok ( 'Redirection to Workbench tutorial is not correct' ) ;
49
49
} ) ;
50
50
76
76
} ;
77
77
78
78
await t . navigateTo ( generateLink ( connectUrlParams ) ) ;
79
- // await t.wait(15_000 );
79
+ await t . wait ( 10_000 ) ;
80
80
await t . expect ( workbenchPage . closeEnablementPage . exists ) . ok ( 'Redirection to Workbench tutorial is not correct' ) ;
81
81
82
82
//Verify that the same db is not added
You can’t perform that action at this time.
0 commit comments