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,
|
||||
"intervals": [
|
||||
{
|
||||
"label": "Created",
|
||||
"label": "The Created",
|
||||
"field": "cm:created",
|
||||
"sets": [
|
||||
{
|
||||
@@ -212,7 +212,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Modified",
|
||||
"label": "TheModified",
|
||||
"field": "cm:modified",
|
||||
"sets": [
|
||||
{
|
||||
|
@@ -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'
|
||||
|
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user