mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Manual dependencies update (#4298)
* Manual dependencies update * Manual dependencies update - e2es fix --------- Co-authored-by: datguychen <adam.swiderski@hyland.com>
This commit is contained in:
@@ -77,7 +77,7 @@ test.describe('Recent Files', () => {
|
||||
|
||||
test('[C213168] has the correct columns', async ({ recentFilesPage }) => {
|
||||
const expectedColumns = ['Name', 'Location', 'Size', 'Modified', 'Tags'];
|
||||
const actualColumns = await recentFilesPage.dataTable.getColumnHeaders();
|
||||
const actualColumns = Utils.trimArrayElements(await recentFilesPage.dataTable.getColumnHeaders());
|
||||
|
||||
expect(actualColumns).toEqual(expectedColumns);
|
||||
});
|
||||
|
Reference in New Issue
Block a user