Skip to content
Snippets Groups Projects
Commit 0f9823e2 authored by Christophe Simonis's avatar Christophe Simonis
Browse files

[FIX] lunch: correct forward-port of a5b56e54


closes odoo/odoo#33878

Signed-off-by: default avatarChristophe Simonis <chs@odoo.com>
parent dad3043c
Branches
Tags
No related merge requests found
......@@ -132,7 +132,7 @@ QUnit.module('LunchKanbanView', {
assert.expect(2);
const self = this;
let infosProm = testUtils.makeTestPromise();
let infosProm = Promise.resolve();
const kanban = await createLunchKanbanView({
View: LunchKanbanView,
model: 'product',
......@@ -162,6 +162,7 @@ QUnit.module('LunchKanbanView', {
},
});
infosProm = testUtils.makeTestPromise();
kanban.reload();
assert.strictEqual(kanban.$('.o_lunch_widget').length, 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment