mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-4422] Fix unit/e2e tests (#4673)
* [ADF-4422] Unexclude C291783 e2e test * [ADF-4422] Fix Edit process cloud unit test * [ADF-4422] Fix spy not been called * Fix unit test
This commit is contained in:
committed by
Eugenio Romano
parent
55113f37b6
commit
0c7581acba
@@ -123,7 +123,7 @@ describe('Process list cloud', () => {
|
||||
});
|
||||
});
|
||||
|
||||
xit('[C291783] Should display processes ordered by id when Id is selected from sort dropdown', async () => {
|
||||
it('[C291783] Should display processes ordered by id when Id is selected from sort dropdown', async () => {
|
||||
processCloudDemoPage.editProcessFilterCloudComponent().clickCustomiseFilterHeader().setStatusFilterDropDown('RUNNING')
|
||||
.setSortFilterDropDown('Id').setOrderFilterDropDown('ASC');
|
||||
processCloudDemoPage.processListCloudComponent().getDataTable().checkSpinnerIsDisplayed().checkSpinnerIsNotDisplayed();
|
||||
|
||||
Reference in New Issue
Block a user