[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:
Eugenio Romano
2019-10-17 22:54:50 +01:00
committed by GitHub
parent a60fb744c4
commit 2ef6dc46e0
2 changed files with 14 additions and 4 deletions

View File

@@ -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('*');