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:
Cilibiu Bogdan
2020-02-06 15:31:27 +02:00
committed by GitHub
parent 9f5d73a4d7
commit d4f04323b3
12 changed files with 41 additions and 45 deletions

View File

@@ -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);