From 0b65ff46a0d85ddcd9c5de77dc1903b9bd119a3f Mon Sep 17 00:00:00 2001 From: Cilibiu Bogdan Date: Mon, 29 Oct 2018 22:48:57 +0200 Subject: [PATCH] [ACA-1956] Libraries - remove toolbar experimental flag (#764) * remove experimental flag * e2e --- e2e/suites/actions/toolbar-single-selection.test.ts | 4 ++-- src/app/components/libraries/libraries.component.html | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) 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 @@ - - - - + +