DCMLab / reductive_analysis_app

Web app for reductive analyses of scores
https://dcmlab.github.io/reductive_analysis_app/
Other
15 stars 4 forks source link

Update and fix tests #215

Closed pettter closed 2 years ago

pettter commented 2 years ago

This requires #214 since the tests depend on the keybindings to do certain things.

This should fix #161, and give a decent base to keep building functional tests on top of. Losing access to all the things in e.g. utils.js is a bit of a pain but not critical, since we can always just post it into a page.evaluate (see the useful variable defined on line 26, evaluated in beforeAll on line 162).