From d2fe68eb4e9945c6e9b0df2c2062980493cbfeed Mon Sep 17 00:00:00 2001 From: akashrathod28 Date: Wed, 10 Sep 2025 15:00:45 +0200 Subject: [PATCH] [ACS-10136]enable e2e aca --- e2e/playwright/folder-rules/exclude.tests.json | 4 +++- e2e/playwright/info-drawer/exclude.tests.json | 3 ++- e2e/playwright/search/exclude.tests.json | 5 ++++- e2e/playwright/search/src/tests/search-filters-tags.e2e.ts | 2 +- e2e/playwright/smoke-test/exclude.tests.json | 4 +++- e2e/playwright/viewer/exclude.tests.json | 7 ++++++- 6 files changed, 19 insertions(+), 6 deletions(-) diff --git a/e2e/playwright/folder-rules/exclude.tests.json b/e2e/playwright/folder-rules/exclude.tests.json index 9e26dfeeb..f8b191b0a 100644 --- a/e2e/playwright/folder-rules/exclude.tests.json +++ b/e2e/playwright/folder-rules/exclude.tests.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "XAT-897": "https://hyland.atlassian.net/browse/ACS-5503" +} diff --git a/e2e/playwright/info-drawer/exclude.tests.json b/e2e/playwright/info-drawer/exclude.tests.json index 494662023..190151e4f 100644 --- a/e2e/playwright/info-drawer/exclude.tests.json +++ b/e2e/playwright/info-drawer/exclude.tests.json @@ -1,3 +1,4 @@ { - "XAT-5523": "https://hyland.atlassian.net/browse/ACA-4697" + "XAT-5523": "https://hyland.atlassian.net/browse/ACA-4697", + "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 9e26dfeeb..0e117e60d 100644 --- a/e2e/playwright/search/exclude.tests.json +++ b/e2e/playwright/search/exclude.tests.json @@ -1 +1,4 @@ -{} \ No newline at end of file +{ + "XAT-17697": "https://hyland.atlassian.net/browse/ACS-7464", + "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/smoke-test/exclude.tests.json b/e2e/playwright/smoke-test/exclude.tests.json index 9e26dfeeb..3f268cba5 100644 --- a/e2e/playwright/smoke-test/exclude.tests.json +++ b/e2e/playwright/smoke-test/exclude.tests.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "XAT-17738": "https://hyland.atlassian.net/browse/ACS-9889" +} diff --git a/e2e/playwright/viewer/exclude.tests.json b/e2e/playwright/viewer/exclude.tests.json index 9e26dfeeb..2f759d57b 100644 --- a/e2e/playwright/viewer/exclude.tests.json +++ b/e2e/playwright/viewer/exclude.tests.json @@ -1 +1,6 @@ -{} \ No newline at end of file +{ + "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" +}