From cb5c3abd7cb1f7e69465a420e0c78562da652e27 Mon Sep 17 00:00:00 2001 From: Dharan <14145706+dhrn@users.noreply.github.com> Date: Mon, 5 Jul 2021 19:42:46 +0530 Subject: [PATCH] [ADF-5440] update ADF e2e for APS 2.0 (#7150) * [ADF-5440] update PS e2e for APS 2.0 [ci:force] run all e2e * [ci:force] run all e2e * [ci:force] revert old app config value --- demo-shell/src/app.config.json | 4 ++-- e2e/process-services/tasks/info-drawer.e2e.ts | 2 +- .../content-services/pages/search/search-text.page.ts | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/demo-shell/src/app.config.json b/demo-shell/src/app.config.json index 736f366a3f..b35c75f2f4 100644 --- a/demo-shell/src/app.config.json +++ b/demo-shell/src/app.config.json @@ -189,7 +189,7 @@ "expanded": true, "intervals": [ { - "label": "Created", + "label": "The Created", "field": "cm:created", "sets": [ { @@ -212,7 +212,7 @@ ] }, { - "label": "Modified", + "label": "TheModified", "field": "cm:modified", "sets": [ { diff --git a/e2e/process-services/tasks/info-drawer.e2e.ts b/e2e/process-services/tasks/info-drawer.e2e.ts index 27a99a6a94..64d34fa378 100644 --- a/e2e/process-services/tasks/info-drawer.e2e.ts +++ b/e2e/process-services/tasks/info-drawer.e2e.ts @@ -61,7 +61,7 @@ describe('Info Drawer', () => { description: 'I am your Description', dueDate: date.form, status: 'Running', - priority: '50', + priority: '0', category: 'No category', parentName: 'No parent', dateFormat: 'll' diff --git a/lib/testing/src/lib/protractor/content-services/pages/search/search-text.page.ts b/lib/testing/src/lib/protractor/content-services/pages/search/search-text.page.ts index 68066fc574..9920fb78c2 100644 --- a/lib/testing/src/lib/protractor/content-services/pages/search/search-text.page.ts +++ b/lib/testing/src/lib/protractor/content-services/pages/search/search-text.page.ts @@ -33,5 +33,4 @@ export class SearchTextPage { await BrowserActions.clearSendKeys(this.filter.element(this.inputBy), name); await this.filter.element(this.inputBy).sendKeys(protractor.Key.ENTER); } - }