DEV: no delaying topic scroll in tests

This commit is contained in:
Penar Musaraj 2019-03-20 15:24:06 -04:00
parent 45ef2ec8cd
commit 3c7eb74f51
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ const TopicRoute = Discourse.Route.extend({
this,
"_replaceUnlessScrolling",
postUrl,
SCROLL_DELAY
Ember.Test ? 0 : SCROLL_DELAY
);
}
},