[ACA-3590]Created process-instance-header, info-drawer and task-header POs (#5894)

* Created process-instance-header and info-drawer POs

* Refactor ADF tests to use ProcessInstanceHeaderPage

* Fix lint

* Fix card-view-date-item PO

* Add task-header PO

* no message

* Add set and get for due date property

* Changed how it was previously

* Exclude attach folder and attach file tests

* Bugs already fixed, remove excludes

* Modify data-table-item for cases when column title is empty

* Add new methods to datatable PO
This commit is contained in:
Cristina Jalba
2020-07-29 12:05:17 +03:00
committed by GitHub
parent 54df083311
commit 506f0dfbb1
15 changed files with 391 additions and 46 deletions

View File

@@ -70,7 +70,7 @@ describe('Process Instance Details', () => {
});
it('[C307031] Should display the created date in the default format', async () => {
await processDetailsPage.checkDetailsAreDisplayed();
await processDetailsPage.checkProcessHeaderDetailsAreVisible();
await expect(await processDetailsPage.getCreated()).toEqual(moment(process.started).format(PROCESS_DATE_FORMAT));
});
});