mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACA-1569] wait for dialog to close (#628)
This commit is contained in:
parent
4af9628b9b
commit
06402a9c72
@ -76,6 +76,7 @@ describe('General', () => {
|
||||
const message = await page.getSnackBarMessage();
|
||||
expect(message).toEqual('The action was unsuccessful. Try again or contact your IT Team.');
|
||||
|
||||
await createDialog.waitForDialogToClose();
|
||||
expect(createDialog.component.isPresent()).not.toBe(true, 'dialog is present');
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user