diff --git a/tests/e2e/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts b/tests/e2e/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts index 083a3f1212dd..97f18f71c35d 100644 --- a/tests/e2e/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts +++ b/tests/e2e/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts @@ -180,7 +180,7 @@ async function checkJavaPathCompletion() { } } -// when we use devfile v.2 the test app. is opened in the separete window insrtead of widget +// when we use devfile v.2 the test app. is opened in the separate window instead of widget async function switchApptWindowAndCheck(contentLocator: By) { const mainWindowHandle: string = await browserTabsUtil.getCurrentWindowHandle(); await browserTabsUtil.waitAndSwitchToAnotherWindow(mainWindowHandle, TimeoutConstants.TS_EDITOR_TAB_INTERACTION_TIMEOUT);