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); } - }