mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5390] [ADF-5391] Add multivalue cardview for Date, Datetime, Integers and Decimal properties. (#6980)
* [ADF-5390] Addd multivalue cardview for Date, Datetime, Integers and Decimal properties * Fix unit test * Fix linting * Fix e2e tests * fix e2e Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
This commit is contained in:
@@ -28,7 +28,7 @@ export class TaskHeaderCloudPage {
|
||||
priorityCardSelectItem = new CardSelectItemPage('priority');
|
||||
dueDateField = element.all(by.css('span[data-automation-id*="dueDate"] span')).first();
|
||||
categoryCardTextItem = new CardTextItemPage('category');
|
||||
createdField = element(by.css('span[data-automation-id="card-dateitem-created"] span'));
|
||||
createdField = element(by.css('span[data-automation-id="card-dateitem-created"]'));
|
||||
parentNameCardTextItem = new CardTextItemPage('parentName');
|
||||
parentTaskIdCardTextItem = new CardTextItemPage('parentTaskId');
|
||||
endDateField = element.all(by.css('span[data-automation-id*="endDate"] span')).first();
|
||||
|
Reference in New Issue
Block a user