enable share action on favorites (#731)

This commit is contained in:
Cilibiu Bogdan
2018-10-18 16:29:26 +03:00
committed by Denys Vuika
parent 30b445dde9
commit 4b8dbe81d4
4 changed files with 5 additions and 14 deletions

View File

@@ -786,8 +786,7 @@ describe('Viewer actions', () => {
expect(await dataTable.getRowByName(pdfFavorites).isPresent()).toBe(true, 'Item is not present in Trash');
});
// todo enable when ACA-1886 is fixed
xit('Share action - [C286395]', async () => {
it('Share action - [C286395]', async () => {
await dataTable.doubleClickOnRowByName(docxFavorites);
expect(await viewer.isViewerOpened()).toBe(true, 'Viewer is not opened');