Skip to content

Commit

Permalink
AAE 21001 enable AAE e2es (#9411)
Browse files Browse the repository at this point in the history
* AAE-21001 enable AAE e2es

* remove duplicated e2e

* [ci:force] trigger ci

* [ci:force] trigger ci

* fix C286598
  • Loading branch information
rafalszmit committed Mar 8, 2024
1 parent 78e7d4c commit ab6d94a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 124 deletions.
122 changes: 0 additions & 122 deletions e2e/process-services-cloud/process/process-filter-task.e2e.ts

This file was deleted.

2 changes: 2 additions & 0 deletions e2e/process-services/tasks/custom-tasks-filters.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ describe('Start Task - Custom App', () => {
fifteenValue: 15,
twenty: '20',
twentyValue: 20,
twentyFiveValue: 25,
default: '25'
};

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

Expand Down
2 changes: 0 additions & 2 deletions e2e/protractor.excludes.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
"C272812": "https://alfresco.atlassian.net/browse/ACS-6425",
"C274704": "https://alfresco.atlassian.net/browse/ACS-6425",
"C311425": "https://alfresco.atlassian.net/browse/ACS-6425",
"C290040": "https://alfresco.atlassian.net/browse/ACS-6930",
"C286598": "https://alfresco.atlassian.net/browse/ACS-6930",
"C297509": "https://alfresco.atlassian.net/browse/ACS-6930",
"C299124": "https://alfresco.atlassian.net/browse/ACS-6930",
"C277200": "https://alfresco.atlassian.net/browse/ACS-6930",
Expand Down

0 comments on commit ab6d94a

Please sign in to comment.