[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
This commit is contained in:
Dharan
2021-07-05 19:42:46 +05:30
committed by GitHub
parent dab75c51ee
commit cb5c3abd7c
3 changed files with 3 additions and 4 deletions

View File

@@ -189,7 +189,7 @@
"expanded": true, "expanded": true,
"intervals": [ "intervals": [
{ {
"label": "Created", "label": "The Created",
"field": "cm:created", "field": "cm:created",
"sets": [ "sets": [
{ {
@@ -212,7 +212,7 @@
] ]
}, },
{ {
"label": "Modified", "label": "TheModified",
"field": "cm:modified", "field": "cm:modified",
"sets": [ "sets": [
{ {

View File

@@ -61,7 +61,7 @@ describe('Info Drawer', () => {
description: 'I am your Description', description: 'I am your Description',
dueDate: date.form, dueDate: date.form,
status: 'Running', status: 'Running',
priority: '50', priority: '0',
category: 'No category', category: 'No category',
parentName: 'No parent', parentName: 'No parent',
dateFormat: 'll' dateFormat: 'll'

View File

@@ -33,5 +33,4 @@ export class SearchTextPage {
await BrowserActions.clearSendKeys(this.filter.element(this.inputBy), name); await BrowserActions.clearSendKeys(this.filter.element(this.inputBy), name);
await this.filter.element(this.inputBy).sendKeys(protractor.Key.ENTER); await this.filter.element(this.inputBy).sendKeys(protractor.Key.ENTER);
} }
} }