Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
musienko-maxim committed Sep 20, 2021
1 parent f19fd5f commit d364289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d364289

Please sign in to comment.