mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3417]Fixing test rail ID's (#3651)
This commit is contained in:
committed by
Eugenio Romano
parent
94463a7505
commit
70605c8982
@@ -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);
|
||||
|
Reference in New Issue
Block a user