mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-1921] Start Process e2e APS1 and removed [C280015] (#5522)
* [AAE-1921] Start Process e2e APS1 * removed C280015. unit test is there
This commit is contained in:
@@ -73,15 +73,6 @@ describe('Process List - Pagination', () => {
|
||||
await loginPage.loginToProcessServicesUsingUserModel(processUserModel);
|
||||
});
|
||||
|
||||
describe('Empty processes', () => {
|
||||
|
||||
it('[C280015] Should show empty content message an no pagination when no process are present', async() => {
|
||||
await (await (await navigationBarPage.navigateToProcessServicesPage()).goToTaskApp()).clickProcessButton();
|
||||
await processFiltersPage.checkNoContentMessage();
|
||||
await paginationPage.checkPaginationIsNotDisplayed();
|
||||
});
|
||||
});
|
||||
|
||||
describe('With processes Pagination', () => {
|
||||
|
||||
beforeAll(async () => {
|
||||
|
Reference in New Issue
Block a user