From 1187c886b63ecca6d04718b5336ffe6ed300959e Mon Sep 17 00:00:00 2001 From: Akash Rathod <41251473+akashrathod28@users.noreply.github.com> Date: Fri, 12 Sep 2025 10:34:51 +0200 Subject: [PATCH] [ACS-10136]enable e2e aca (#4790) * [ACS-10136]enable e2e aca * [ACS-10136]enable e2e aca --- e2e/playwright/info-drawer/exclude.tests.json | 2 -- e2e/playwright/search/exclude.tests.json | 7 +------ e2e/playwright/search/src/tests/search-filters-tags.e2e.ts | 2 +- e2e/playwright/upload-download-actions/exclude.tests.json | 4 +--- e2e/playwright/viewer/exclude.tests.json | 5 +---- 5 files changed, 4 insertions(+), 16 deletions(-) diff --git a/e2e/playwright/info-drawer/exclude.tests.json b/e2e/playwright/info-drawer/exclude.tests.json index c353bf559..190151e4f 100644 --- a/e2e/playwright/info-drawer/exclude.tests.json +++ b/e2e/playwright/info-drawer/exclude.tests.json @@ -1,6 +1,4 @@ { "XAT-5523": "https://hyland.atlassian.net/browse/ACA-4697", - "XAT-5544": "https://hyland.atlassian.net/browse/ACS-9767", - "XAT-5539": "https://hyland.atlassian.net/browse/ACS-9767", "XAT-5516": "https://hyland.atlassian.net/browse/ACS-9889" } diff --git a/e2e/playwright/search/exclude.tests.json b/e2e/playwright/search/exclude.tests.json index e936e17a3..0e117e60d 100644 --- a/e2e/playwright/search/exclude.tests.json +++ b/e2e/playwright/search/exclude.tests.json @@ -1,9 +1,4 @@ { "XAT-17697": "https://hyland.atlassian.net/browse/ACS-7464", - "XAT-17121": "https://hyland.atlassian.net/browse/ACS-9889", - "XAT-17702": "https://hyland.atlassian.net/browse/ACS-9889", - "XAT-17701": "https://hyland.atlassian.net/browse/ACS-9860", - "XAT-17700": "https://hyland.atlassian.net/browse/ACS-9860", - "XAT-5581": "https://hyland.atlassian.net/browse/ACS-9860", - "XAT-5589": "https://hyland.atlassian.net/browse/ACS-9860" + "XAT-17121": "https://hyland.atlassian.net/browse/ACS-9889" } diff --git a/e2e/playwright/search/src/tests/search-filters-tags.e2e.ts b/e2e/playwright/search/src/tests/search-filters-tags.e2e.ts index ec572358d..b027e4be3 100644 --- a/e2e/playwright/search/src/tests/search-filters-tags.e2e.ts +++ b/e2e/playwright/search/src/tests/search-filters-tags.e2e.ts @@ -83,7 +83,7 @@ test.describe('Search - Filters - Tags', () => { await searchPage.searchFiltersTags.filterByTag(searchPage, `${tagPaging.list.entries[1].entry.tag}`); - await expect(searchPage.dataTable.getRowByName(file1)).toBeVisible(); + await expect(searchPage.dataTable.getRowByName(file1)).toBeHidden(); await expect(searchPage.dataTable.getRowByName(file2)).toBeVisible(); }); }); diff --git a/e2e/playwright/upload-download-actions/exclude.tests.json b/e2e/playwright/upload-download-actions/exclude.tests.json index 59e588f10..9e26dfeeb 100644 --- a/e2e/playwright/upload-download-actions/exclude.tests.json +++ b/e2e/playwright/upload-download-actions/exclude.tests.json @@ -1,3 +1 @@ -{ - "XAT-17776": "https://hyland.atlassian.net/browse/ACS-9767" -} +{} \ No newline at end of file diff --git a/e2e/playwright/viewer/exclude.tests.json b/e2e/playwright/viewer/exclude.tests.json index 437e4ddeb..2f759d57b 100644 --- a/e2e/playwright/viewer/exclude.tests.json +++ b/e2e/playwright/viewer/exclude.tests.json @@ -2,8 +2,5 @@ "XAT-17181": "https://hyland.atlassian.net/browse/ACS-9889", "XAT-17640": "https://hyland.atlassian.net/browse/ACS-9889", "XAT-17644": "https://hyland.atlassian.net/browse/ACS-9889", - "XAT-17182": "https://hyland.atlassian.net/browse/ACS-9889", - "XAT-17639": "https://hyland.atlassian.net/browse/ACS-9889", - "XAT-5506": "https://hyland.atlassian.net/browse/ACS-9889", - "XAT-5465": "https://hyland.atlassian.net/browse/ACS-9889" + "XAT-17182": "https://hyland.atlassian.net/browse/ACS-9889" }