mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
exclude one test and do some fixes (#1869)
* exclude one test and do some fixes * try to get more logs * some more fixes * try to workaround the slow update of toggle menus * more logging * no message * trigger another run * Update delete-undo-delete.test.ts * no message * rename methods * no message * no message * no message * no message * no message * no message * update travis.yml * run travis on branch * trigger travis * cleanup * no message
This commit is contained in:
@@ -252,7 +252,7 @@ describe('Library actions', () => {
|
||||
await page.waitForDialog();
|
||||
|
||||
expect(await confirmDialog.isDialogOpen()).toBe(true, 'Confirm delete dialog not open');
|
||||
expect(await confirmDialog.getTitle()).toContain('Leave this library?');
|
||||
expect(await confirmDialog.getDialogTitle()).toContain('Leave this library?');
|
||||
expect(await confirmDialog.getText()).toContain('Leaving will remove your access.');
|
||||
expect(await confirmDialog.isOkEnabled()).toBe(true, 'OK button is not enabled');
|
||||
expect(await confirmDialog.isCancelEnabled()).toBe(true, 'Cancel button is not enabled');
|
||||
|
Reference in New Issue
Block a user