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:
Rafal Szmit
2024-03-08 15:44:25 +01:00
committed by GitHub
parent 78e7d4cede
commit ab6d94a270
3 changed files with 2 additions and 124 deletions

View File

@@ -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();