library effects and actions (#441)

* library effects and actions

* single selection and test fixes

* navigate to site route

* add experimental flag

* disable test

* update tests
This commit is contained in:
Denys Vuika
2018-06-21 19:56:08 +01:00
committed by GitHub
parent 02647c003a
commit 045c4ee9a2
13 changed files with 174 additions and 16 deletions

View File

@@ -99,7 +99,7 @@ describe('Toolbar actions - single selection : ', () => {
.then(done);
});
it('actions not displayed for top level of File Libraries', () => {
xit('actions not displayed for top level of File Libraries', () => {
page.sidenav.navigateToLinkByLabel(SIDEBAR_LABELS.FILE_LIBRARIES)
.then(() => dataTable.waitForHeader())
.then(() => dataTable.clickOnItemName(userSite))