[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:
dhrn
2020-02-28 16:16:48 +05:30
committed by GitHub
parent a79313c773
commit 9d8479c259
3 changed files with 51 additions and 24 deletions

View File

@@ -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 () => {