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

View File

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