syntax-prosody-ot / main

A webapp for the syntax-prosody analyst working in Optimality Theory, with automated Gen, Con and Eval. Download build files from syntax-prosody-ot/build
https://spot.sites.ucsc.edu/
GNU General Public License v2.0
12 stars 2 forks source link

Automated test string input validation #553

Closed sz245 closed 3 years ago

sz245 commented 3 years ago

Mocha tests are working without any changes to the interface1 but can't really determine which tests the warnings and error displays are coming from because all the tests are ran in an instant and there is no assert to check if there is a display warning or not. Please check it to see if the current tests will work or if they need to be changed.

jbellik commented 3 years ago

Let me know if this is ready for another review.

sz245 commented 3 years ago

Auto scrolling for text boxes added and also manual timeout added that didn't use done() but have put comments on how to use done() if wanted