[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

@@ -60,7 +60,7 @@ describe('Extensions - Info Drawer', () => {
beforeAll(async (done) => {
await apis.admin.people.createUser({ username });
await loginPage.load();
await Utils.setSessionStorageFromConfig('"aca.extension.config"', EXTENSIBILITY_CONFIGS.HEADER);
await Utils.setSessionStorageFromConfig(EXTENSIBILITY_CONFIGS.HEADER);
await loginPage.loginWith(username);
done();
});