From 36a6114440cf0829cec68c4e32af751b8653c2ba Mon Sep 17 00:00:00 2001 From: akashrathod28 Date: Tue, 9 Dec 2025 14:11:41 +0100 Subject: [PATCH] [ACS-10838] test try fix and exclude with issue --- .../pagination/src/tests/multiple-pages-files.e2e.ts | 2 +- e2e/playwright/search/exclude.tests.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts b/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts index a6e0380d1..8e33f482d 100755 --- a/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts +++ b/e2e/playwright/pagination/src/tests/multiple-pages-files.e2e.ts @@ -40,7 +40,7 @@ test.describe('Pagination on multiple pages : ', () => { test.beforeAll(async () => { try { - test.setTimeout(timeouts.extendedTest); + test.setTimeout(timeouts.extendedLongTest); await apiClientFactory.setUpAcaBackend('admin'); await apiClientFactory.createUser({ username }); nodesApi = await NodesApi.initialize(username, username); diff --git a/e2e/playwright/search/exclude.tests.json b/e2e/playwright/search/exclude.tests.json index 0c28fc0aa..f12095fb5 100644 --- a/e2e/playwright/search/exclude.tests.json +++ b/e2e/playwright/search/exclude.tests.json @@ -1,5 +1,7 @@ { "XAT-17697": "https://hyland.atlassian.net/browse/ACS-7464", "XAT-17121": "https://hyland.atlassian.net/browse/ACS-9889", - "XAT-5602": "https://hyland.atlassian.net/browse/ACS-10384" + "XAT-5602": "https://hyland.atlassian.net/browse/ACS-10384", + "XAT-5603": "https://hyland.atlassian.net/browse/ACS-10847", + "XAT-5604": "https://hyland.atlassian.net/browse/ACS-10847" }