[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:
Adina Parpalita
2018-08-24 12:15:10 +03:00
committed by Suzana Dirla
parent ef8c9a8740
commit a3c5753a6e
15 changed files with 2596 additions and 16 deletions

View File

@@ -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 ]))