Skip to content

Commit 6efdcc6

Browse files
committed
small fixes
Signed-off-by: Oleksii Korniienko <olkornii@redhat.com>
1 parent e94d5a2 commit 6efdcc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/specs/dashboard-samples/StartWorkspaceUsingIntellijIdeaEditor.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ suite('Check Intellij IDE desktop Editor with all samples', function (): void {
144144
await browserTabsUtil.closeAllTabsExceptCurrent();
145145

146146
if (WorkspaceHandlingTests.getWorkspaceName() !== 'undefined') {
147-
Logger.info('Workspace name is defined. Deleting workspace...')
147+
Logger.info('Workspace name is defined. Deleting workspace...');
148148
await dashboard.deleteStoppedWorkspaceByUI(WorkspaceHandlingTests.getWorkspaceName());
149149
}
150150

0 commit comments

Comments
 (0)