mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4976] Fix cloud ps e2e errors (#5195)
* fix cloud ps e2e errors * fix lint * fix ps test add 200ms for animation * Update processListPage.ts
This commit is contained in:
committed by
Denys Vuika
parent
6119ce83de
commit
450b20eca4
@@ -88,7 +88,9 @@ describe('Empty Process List Test', () => {
|
||||
await processFiltersPage.clickNewProcessDropdown();
|
||||
await startProcessPage.selectFromProcessDropdown(appB.processName);
|
||||
await startProcessPage.clickStartProcessButton();
|
||||
|
||||
await expect(await processFiltersPage.numberOfProcessRows()).toEqual(1);
|
||||
|
||||
await processDetailsPage.checkProcessDetailsCard();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user