[no-issue] clean e2e test PS (#3830)

* clean test PS

* add describe around filters

* semi column review

* remove comment
This commit is contained in:
Eugenio Romano
2018-09-27 11:58:50 +01:00
committed by GitHub
parent 0051e26159
commit bd2d102449
23 changed files with 708 additions and 715 deletions

View File

@@ -73,7 +73,7 @@ describe('Items per page set to 15 and adding of tasks', () => {
it('[C260306] Items per page set to 15 and adding of tasks', () => {
processServicesPage.goToProcessServices().goToTaskApp();
taskPage.usingFiltersPage().goToFilter(CONSTANTS.TASKFILTERS.INV_TASKS);
taskPage.filtersPage().goToFilter(CONSTANTS.TASKFILTERS.INV_TASKS);
paginationPage.selectItemsPerPage(itemsPerPage.fifteen);
expect(paginationPage.getCurrentItemsPerPage()).toEqual(itemsPerPage.fifteen);
expect(paginationPage.getCurrentPage()).toEqual('Page ' + currentPage);