You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.roughEqual(scrollTop,scrollTopBefore,1,'scroll position should remain the same after updating typingUsers when not at the bottom');
1207
1207
done();
1208
-
});
1209
-
});
1210
-
});
1208
+
},SCROLLVIEW_TIMEOUT);
1209
+
},SCROLLVIEW_TIMEOUT);
1210
+
},SCROLLVIEW_TIMEOUT);
1211
1211
});
1212
1212
1213
1213
QUnit.test('should be scroll down if typingUsers changed at runtime, provided the content does not overflow before the typing indicator is displayed',function(assert){
0 commit comments