mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user