mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
restore odoo behaviour on home url
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user