[TS-SELENIUM] Adapt WorkspaceCreationAndLsInitialization test according workspace creation from Dashboard changes - #13885
Conversation
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
|
|
||
| test('Create and open workspace', async () => { | ||
| await newWorkspace.createAndRunWorkspace(namespace, workspaceName, 'Java Maven', sampleName); | ||
| await newWorkspace.typeWorkspaceName(workspaceName); |
There was a problem hiding this comment.
I guess, that instead of this change, we should change https://github.com/eclipse/che/blob/master/e2e/pageobjects/dashboard/NewWorkspace.ts#L192 (remove the logic of selecting sample)
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
|
ci-test |
|
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
What does this PR do?
According to workspace creation changes(#13825) we need to remove adding project to workspace from
WorkspaceCreationAndLsInitializationtest (it already added in devfile).