From f5eab6b4591e5cd1d571026b02b3106c128ab692 Mon Sep 17 00:00:00 2001 From: Skorik Sergey Date: Wed, 24 Mar 2021 14:28:47 +0200 Subject: [PATCH] update sample project name --- tests/e2e/mocha-devworkspace-happy-path.opts | 2 +- tests/e2e/tests/e2e_happy_path/DevWorkspaceHappyPath.spec.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 () => {