restore odoo behaviour on home url

This commit is contained in:
Géry Debongnie
2019-03-01 11:03:58 +01:00
parent 724181a5ba
commit 3a44d41654
4 changed files with 42 additions and 12 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ test("start with no action => clicks on client action => discuss is rendered", a
const root = new Root(env, store);
await root.mount(fixture);
expect(env.services.router.getQuery()).toEqual({});
expect(env.services.router.getQuery()).toEqual({ home: true });
// discuss menu item
await (<any>document.querySelector('[data-menu="96"]')).click();