File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -252,18 +252,18 @@ suite(
252
252
) ;
253
253
expect ( isCommitButtonDisabled ) . to . be . true ;
254
254
} ) ;
255
+ }
255
256
256
- suiteTeardown ( 'Open dashboard and close all other tabs' , async function ( ) : Promise < void > {
257
- await dashboard . openDashboard ( ) ;
258
- await browserTabsUtil . closeAllTabsExceptCurrent ( ) ;
259
- } ) ;
257
+ suiteTeardown ( 'Open dashboard and close all other tabs' , async function ( ) : Promise < void > {
258
+ await dashboard . openDashboard ( ) ;
259
+ await browserTabsUtil . closeAllTabsExceptCurrent ( ) ;
260
+ } ) ;
260
261
261
- suiteTeardown ( 'Stop and delete the workspace by API' , async function ( ) : Promise < void > {
262
- // to avoid a possible creating workspace which is not appeared on Dashboard yet. TODO: implement a better solution.
263
- await driverHelper . wait ( 30000 ) ;
264
- await testWorkspaceUtil . stopAndDeleteWorkspaceByName ( WorkspaceHandlingTests . getWorkspaceName ( ) ) ;
265
- } ) ;
266
- }
262
+ suiteTeardown ( 'Stop and delete the workspace by API' , async function ( ) : Promise < void > {
263
+ // to avoid a possible creating workspace which is not appeared on Dashboard yet. TODO: implement a better solution.
264
+ await driverHelper . wait ( 30000 ) ;
265
+ await testWorkspaceUtil . stopAndDeleteWorkspaceByName ( WorkspaceHandlingTests . getWorkspaceName ( ) ) ;
266
+ } ) ;
267
267
268
268
suiteTeardown ( 'Unregister running workspace' , function ( ) : void {
269
269
registerRunningWorkspace ( '' ) ;
You can’t perform that action at this time.
0 commit comments