diff --git a/tests/e2e/mocha-devworkspace-happy-path.opts b/tests/e2e/mocha-devworkspace-happy-path.opts index 29526eef96b..0ad6731d45f 100644 --- a/tests/e2e/mocha-devworkspace-happy-path.opts +++ b/tests/e2e/mocha-devworkspace-happy-path.opts @@ -1,7 +1,7 @@ --timeout 2200000 --reporter 'dist/driver/CheReporter.js' -u tdd ---bail --full-trace +--spec dist/tests/login/Login.spec.js --spec dist/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.js --require source-map-support/register diff --git a/tests/e2e/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts b/tests/e2e/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts index 67e094fcc0d..7f8a320f09e 100644 --- a/tests/e2e/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts +++ b/tests/e2e/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts @@ -20,8 +20,8 @@ const driverHelper: DriverHelper = e2eContainer.get(CLASSES.DriverHelper); suite('Workspace creation via factory url', async () => { let factoryUrl : string = `${TestConstants.TS_SELENIUM_DEVWORKSPACE_URL}`; - const workspaceSampleName: string = 'web-nodejs-sample'; - const workspaceRootFolderName: string = 'app'; + const workspaceSampleName: string = 'spring-petclinic'; + const workspaceRootFolderName: string = 'src'; suite('Open factory URL', async () => { test(`Navigating to factory URL`, async () => {