mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
621861ee40
Instead of trying to proactively scroll if necessary, just let Selenium handle scrolling. The only reason to handle scrolling manually was to tell the difference between an off-screen element and one that isn't visible due to being beneath another element (like the loading screen). Catching `ElementClickInterceptedError` is a simpler way to do that. |
||
---|---|---|
.. | ||
comments.test.js | ||
footer-links.test.js | ||
homepage-rows.test.js | ||
join.test.js | ||
my-stuff.test.js | ||
navbar.test.js | ||
project-page.test.js | ||
search.test.js | ||
selenium-helpers.js | ||
sign-in-and-out.test.js | ||
statistics.test.js | ||
studios-page.test.js |