diff --git a/e2e/suites/actions/toolbar-single-selection.test.ts b/e2e/suites/actions/toolbar-single-selection.test.ts index c67a86b86..5356540b9 100755 --- a/e2e/suites/actions/toolbar-single-selection.test.ts +++ b/e2e/suites/actions/toolbar-single-selection.test.ts @@ -92,10 +92,10 @@ describe('Toolbar actions - single selection : ', () => { xit(''); describe('General tests', () => { - it('actions not displayed for top level of File Libraries - [C213135]', async () => { + it('actions are displayed for top level of File Libraries - [C213135]', async () => { await page.clickFileLibrariesAndWait(); await dataTable.selectItem(siteName); - expect(await toolbar.isEmpty()).toBe(true, 'toolbar not empty'); + expect(await toolbar.isEmpty()).toBe(false, 'toolbar not displayed'); }); it('selected row is marked with a check circle icon - [C213134]', async () => { diff --git a/src/app/components/libraries/libraries.component.html b/src/app/components/libraries/libraries.component.html index f8b62f252..7add31c28 100644 --- a/src/app/components/libraries/libraries.component.html +++ b/src/app/components/libraries/libraries.component.html @@ -7,10 +7,8 @@ - - - - + +