mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
ADF 3.7.0-bab49 (#1324)
* adf 3.7.0-1754 * fix header name selector * fix more / less state * click correct button * check correct button * remove Thumbnail column from headers list * 3.7.0-0256a update * remove Thumbnail. from headers list * remove Thumbnail * header cell value selector * adf 3.7.0-bab49 * change selector after accessibility fixes Co-authored-by: Adina Parpalita <adina.parpalita@ness.com>
This commit is contained in:
@@ -99,7 +99,7 @@ describe('Trash', () => {
|
||||
});
|
||||
|
||||
it('has the correct columns - [C213217]', async () => {
|
||||
const expectedColumns = [ 'Thumbnail', 'Name', 'Location', 'Size', 'Deleted', 'Deleted by' ];
|
||||
const expectedColumns = [ 'Name', 'Location', 'Size', 'Deleted', 'Deleted by' ];
|
||||
const actualColumns = await dataTable.getColumnHeadersText();
|
||||
|
||||
expect(actualColumns).toEqual(expectedColumns);
|
||||
@@ -128,7 +128,7 @@ describe('Trash', () => {
|
||||
});
|
||||
|
||||
it('has the correct columns - [C280494]', async () => {
|
||||
const expectedColumns = [ 'Thumbnail', 'Name', 'Location', 'Size', 'Deleted'];
|
||||
const expectedColumns = [ 'Name', 'Location', 'Size', 'Deleted'];
|
||||
const actualColumns = await dataTable.getColumnHeadersText();
|
||||
|
||||
expect(actualColumns).toEqual(expectedColumns);
|
||||
|
Reference in New Issue
Block a user