DEV: no delaying topic scroll in tests
This commit is contained in:
parent
45ef2ec8cd
commit
3c7eb74f51
|
@ -174,7 +174,7 @@ const TopicRoute = Discourse.Route.extend({
|
|||
this,
|
||||
"_replaceUnlessScrolling",
|
||||
postUrl,
|
||||
SCROLL_DELAY
|
||||
Ember.Test ? 0 : SCROLL_DELAY
|
||||
);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue