mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
[ACA-1549] info drawer extension e2e tests (#580)
* add Info Drawer component and Info Drawer extensibility tests * add default extensibility configs
This commit is contained in:
committed by
Suzana Dirla
parent
ef8c9a8740
commit
a3c5753a6e
@@ -233,7 +233,7 @@ describe('Breadcrumb', () => {
|
||||
.then(done);
|
||||
});
|
||||
|
||||
it(`Breadcrumb on navigation to a user's home - [C260970]`, () => {
|
||||
xit(`Breadcrumb on navigation to a user's home - [C260970]`, () => {
|
||||
page.dataTable.doubleClickOnRowByName('User Homes')
|
||||
.then(() => page.dataTable.doubleClickOnRowByName(user2))
|
||||
.then(() => expect(breadcrumb.getAllItems()).toEqual([ 'Personal Files', 'User Homes', user2 ]))
|
||||
|
Reference in New Issue
Block a user