mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
make doAction async
This commit is contained in:
@@ -108,7 +108,7 @@ describe("state transitions", () => {
|
||||
// should still be in home menu since no app is currently active
|
||||
expect(store.state.inHome).toBe(true);
|
||||
|
||||
store.activateMenuItem(96);
|
||||
await store.activateMenuItem(96);
|
||||
expect(store.state.inHome).toBe(false);
|
||||
|
||||
store.toggleHomeMenu();
|
||||
|
||||
Reference in New Issue
Block a user