mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2176] Reenable C286314 test (#2025)
* Reenable test excluded due to ACA-2176 * Replace share to copy dialog for flaky test
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"C306956": "https://alfresco.atlassian.net/browse/ACA-4196",
|
||||
"C286314": "https://alfresco.atlassian.net/browse/ACA-2176",
|
||||
"C325049": "https://alfresco.atlassian.net/browse/ACA-4219",
|
||||
"C286326": "https://alfresco.atlassian.net/browse/ACA-4253",
|
||||
"C286656": "https://alfresco.atlassian.net/browse/ACA-4253",
|
||||
|
@@ -294,8 +294,8 @@ describe('Viewer actions', () => {
|
||||
await dataTable.doubleClickOnRowByName(docxPersonalFiles);
|
||||
await viewer.waitForViewerToOpen();
|
||||
|
||||
await toolbar.shareButton.click();
|
||||
expect(await shareDialog.isDialogOpen()).toBe(true, 'Dialog is not open');
|
||||
await toolbar.clickMoreActionsCopy();
|
||||
expect(await copyMoveDialog.isDialogOpen()).toBe(true, 'Dialog is not open');
|
||||
await Utils.pressEscape();
|
||||
expect(await shareDialog.isDialogOpen()).toBe(false, 'Dialog is still open');
|
||||
expect(await viewer.isViewerOpened()).toBe(true, 'Viewer is not opened');
|
||||
|
Reference in New Issue
Block a user