scratch-www/test/integration
Christopher Willis-Ford 621861ee40 test: simplify clickXpath() by letting click() scroll
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.
2023-10-27 08:31:50 -07:00
..
comments.test.js test: add scrolling support to clickXpath to fix comments test 2023-10-27 08:31:50 -07:00
footer-links.test.js test: don't test external conference site 2023-10-27 08:31:50 -07:00
homepage-rows.test.js style(test): enable ES6 and Jest eslint rules for tests 2023-10-24 14:03:18 -07:00
join.test.js test: fix join flow test flakiness 2023-10-27 08:31:50 -07:00
my-stuff.test.js style(test): enable ES6 and Jest eslint rules for tests 2023-10-24 14:03:18 -07:00
navbar.test.js style(test): enable ES6 and Jest eslint rules for tests 2023-10-24 14:03:18 -07:00
project-page.test.js test: make 'load project from file' test more reliable 2023-10-27 08:31:50 -07:00
search.test.js test(search): fix clicking on Studios tab 2023-10-24 14:17:49 -07:00
selenium-helpers.js test: simplify clickXpath() by letting click() scroll 2023-10-27 08:31:50 -07:00
sign-in-and-out.test.js style(test): enable ES6 and Jest eslint rules for tests 2023-10-24 14:03:18 -07:00
statistics.test.js style(test): enable ES6 and Jest eslint rules for tests 2023-10-24 14:03:18 -07:00
studios-page.test.js test: fix studios-page.test.js 2023-10-27 08:31:50 -07:00