mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4954] Notification history persist (#5154)
* persist notification in storage * add max stack check * add max stack check * fix folder
This commit is contained in:
@@ -127,7 +127,6 @@ describe('Create folder directive', () => {
|
||||
});
|
||||
|
||||
it('[C260159] Should not be possible create a folder with banned character', async () => {
|
||||
await browser.refresh();
|
||||
await contentServicesPage.clickOnCreateNewFolder();
|
||||
|
||||
await createFolderDialog.addFolderName('*');
|
||||
|
Reference in New Issue
Block a user