diff --git a/e2e/suites/list-views/file-libraries.test.ts b/e2e/suites/list-views/file-libraries.test.ts index 10f35d85be..ce7e734a8d 100755 --- a/e2e/suites/list-views/file-libraries.test.ts +++ b/e2e/suites/list-views/file-libraries.test.ts @@ -102,7 +102,7 @@ describe('File Libraries', () => { }); it('[C217095] has the correct columns', async () => { - const expectedColumns = ['Name', 'Description', 'My Role', 'Visibility', 'Tags']; + const expectedColumns = ['Name', 'Description', 'My Role', 'Visibility']; const actualColumns = await dataTable.getColumnHeadersText(); await expect(actualColumns).toEqual(expectedColumns); @@ -167,7 +167,7 @@ describe('File Libraries', () => { }); it('[C289893] has the correct columns', async () => { - const expectedColumns = ['Name', 'Description', 'My Role', 'Visibility', 'Tags']; + const expectedColumns = ['Name', 'Description', 'My Role', 'Visibility']; const actualColumns = await dataTable.getColumnHeadersText(); await expect(actualColumns).toEqual(expectedColumns); diff --git a/e2e/suites/search/search-results-libraries.test.ts b/e2e/suites/search/search-results-libraries.test.ts index 88bc59fc76..7b1aace78e 100644 --- a/e2e/suites/search/search-results-libraries.test.ts +++ b/e2e/suites/search/search-results-libraries.test.ts @@ -187,7 +187,7 @@ describe('Search results - libraries', () => { await searchInput.searchFor(site1.name); await dataTable.waitForBody(); - const expectedColumns = ['Name', 'Description', 'My Role', 'Visibility', 'Tags']; + const expectedColumns = ['Name', 'Description', 'My Role', 'Visibility']; const actualColumns = await dataTable.getColumnHeadersText(); await expect(actualColumns).toEqual(expectedColumns); diff --git a/projects/aca-content/assets/app.extensions.json b/projects/aca-content/assets/app.extensions.json index 8da0cd8c88..6dbec9b167 100644 --- a/projects/aca-content/assets/app.extensions.json +++ b/projects/aca-content/assets/app.extensions.json @@ -2158,17 +2158,6 @@ "template": "app.columns.libraryStatus", "desktopOnly": true, "order": 50 - }, - { - "id": "app.filer.tags", - "template": "app.columns.tags", - "key": "tags", - "title": "APP.DOCUMENT_LIST.COLUMNS.TAGS", - "class": "adf-full-width adf-expand-cell-4", - "type": "text", - "sortable": false, - "desktopOnly": true, - "order": 60 } ], "favoriteLibraries": [ @@ -2223,17 +2212,6 @@ "template": "app.columns.libraryStatus", "desktopOnly": true, "order": 50 - }, - { - "id": "app.filer.tags", - "template": "app.columns.tags", - "key": "tags", - "title": "APP.DOCUMENT_LIST.COLUMNS.TAGS", - "class": "adf-full-width adf-expand-cell-4", - "type": "text", - "sortable": false, - "desktopOnly": true, - "order": 60 } ], "shared": [ @@ -2572,17 +2550,6 @@ "template": "app.columns.libraryStatus", "desktopOnly": true, "order": 50 - }, - { - "id": "app.filer.tags", - "template": "app.columns.tags", - "key": "tags", - "title": "APP.DOCUMENT_LIST.COLUMNS.TAGS", - "class": "adf-full-width adf-expand-cell-4", - "type": "text", - "sortable": false, - "desktopOnly": true, - "order": 60 } ] }