Commit 538e55f9 authored by Romain Courteaud's avatar Romain Courteaud

Revert "erp5_web_renderjs_ui: Add a small delay during language change."

This reverts commit 689e242c.
parent 730c0ef8
......@@ -22,11 +22,7 @@
.declareMethod("render", function () {
var gadget = this;
return new RSVP.Queue(
// Stabilise UI tests with a tiny delay, which should be unnoticeable
// to users.
RSVP.delay(200)
)
return new RSVP.Queue()
.push(function () {
return RSVP.all([
gadget.getUrlForList([{command: 'history_previous'}]),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment