From d3642890d83fb2ee26b0fe0e7c36b15d2e93d16e Mon Sep 17 00:00:00 2001 From: musienko maksym Date: Mon, 20 Sep 2021 10:44:55 +0300 Subject: [PATCH] fix typo --- tests/e2e/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);