mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -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": [
|
||||||
{
|
{
|
||||||
|
@@ -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'
|
||||||
|
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user