Skip to content

Commit

Permalink
Adapt DevWorkspace happy path test to the latest changes (#20692)
Browse files Browse the repository at this point in the history
* Adapt DevWs happy path test to the latest changes
  • Loading branch information
musienko-maxim authored Oct 26, 2021
1 parent 05df1b2 commit a50857c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/e2e/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ suite('Workspace creation via factory url', async () => {
});

test('Register running workspace', async () => {
await ide.waitAndSwitchToIdeFrame();
await ide.waitIde(TimeoutConstants.TS_SELENIUM_START_WORKSPACE_TIMEOUT);
// in this place we do not check 'Do you trust the authors of', 'Yes, I trust' message
// it is DevWorkspace test specific. After consuming the factory the notification does not appear
Expand All @@ -79,7 +78,6 @@ suite('Workspace creation via factory url', async () => {
suite('Language server validation', async () => {
test('Java LS initialization', async () => {
await projectTree.expandPathAndOpenFile(pathToJavaFolder, javaFileName);
await ide.waitNotificationAndClickOnButton('The workspace contains Java projects. Would you like to import them?', 'Yes');
await editor.selectTab(javaFileName);
try {
await ide.checkLsInitializationStart('Activating Language Support for Java');
Expand Down Expand Up @@ -203,5 +201,4 @@ async function switchAppWindowAndCheck(contentLocator: By) {
}
await driverHelper.waitVisibility(contentLocator);
await browserTabsUtil.switchToWindow(mainWindowHandle);
await ide.waitAndSwitchToIdeFrame();
}

1 comment on commit a50857c

@mariamiawad
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since this commit I'm unable to deploy che using operator it is stuck in Plug-in Registry pod bootstrap Scheduling
and when I tried helm it gave me an empty page please fix this

Please sign in to comment.