mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE 21001 enable AAE e2es (#9411)
* AAE-21001 enable AAE e2es * remove duplicated e2e * [ci:force] trigger ci * [ci:force] trigger ci * fix C286598
This commit is contained in:
@@ -120,6 +120,7 @@ describe('Start Task - Custom App', () => {
|
||||
fifteenValue: 15,
|
||||
twenty: '20',
|
||||
twentyValue: 20,
|
||||
twentyFiveValue: 25,
|
||||
default: '25'
|
||||
};
|
||||
|
||||
@@ -551,6 +552,7 @@ describe('Start Task - Custom App', () => {
|
||||
});
|
||||
|
||||
it('[C286598] Should be able to see all tasks when choosing All from state drop down', async () => {
|
||||
await taskListSinglePage.typeItemsPerPage(itemsPerPage.twentyFiveValue);
|
||||
await taskListSinglePage.selectState('All');
|
||||
await taskListSinglePage.taskList().getDataTable().waitTillContentLoaded();
|
||||
|
||||
|
Reference in New Issue
Block a user