mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
enable share action on favorites (#731)
This commit is contained in:
committed by
Denys Vuika
parent
30b445dde9
commit
4b8dbe81d4
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user