mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
E2E: try to fix one weird flaky test (#1401)
This commit is contained in:
@@ -63,7 +63,7 @@ describe('Viewer - password protected file', () => {
|
||||
await dataTable.waitForHeader();
|
||||
await dataTable.doubleClickOnRowByName(protectedFile.name);
|
||||
await viewer.waitForViewerToOpen();
|
||||
await page.waitForDialog();
|
||||
await passwordDialog.waitForDialogToOpen();
|
||||
});
|
||||
|
||||
afterEach(async () => {
|
||||
|
Reference in New Issue
Block a user