Conversation
|
cc @vladfrangu, looks like the new infinite scrolling implementation makes this test flaky. would be good to do something about that, better to have it skipped if it would be too flaky, it can easily just add noise instead of value that way |
The issue isn't really the implementation of the scrolling, but the fact that it's not instant like window.scrollBy (to emulate a more human-like scroll), and past tweaking the delay between the scrolls.. I don't think (but do correct me if I'm wrong) there's anything more we can do.. 😢 |
|
Yeah either increase the timeout or disable the test. I already disabled most of the flaky tests in past weeks. |
|
Let's increase the timeout to 250ms and see what happens 👍 |
Fixes #1183