[ADF-3417]Fixing test rail ID's (#3651)

This commit is contained in:
cristinaj
2018-08-03 13:13:37 +03:00
committed by Eugenio Romano
parent 94463a7505
commit 70605c8982
13 changed files with 70 additions and 70 deletions

View File

@@ -71,7 +71,7 @@ describe('Items per page set to 15 and adding of tasks', () => {
done();
});
it('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);
paginationPage.selectItemsPerPage(itemsPerPage.fifteen);