[ACA-1970] extension fixes (#780)

* cleanup extension settings

* remove header demo and update schema

* move card view to separate demo extension

* update to ADF 2.6.1
This commit is contained in:
Denys Vuika
2018-11-08 06:46:32 +00:00
committed by GitHub
parent 5d71b18ba1
commit 2dc2f51944
22 changed files with 112 additions and 188 deletions

View File

@@ -62,7 +62,7 @@ describe('Extensions - Context submenu', () => {
folderId = (await apis.user.nodes.createFolder(folder)).entry.id;
await loginPage.load();
await Utils.setSessionStorageFromConfig('"aca.extension.config"', EXTENSIBILITY_CONFIGS.CONTEXT_SUBMENUS);
await Utils.setSessionStorageFromConfig(EXTENSIBILITY_CONFIGS.CONTEXT_SUBMENUS);
await loginPage.loginWith(username);
done();