jchen42703 / translator-app

Web app for editing machine translations efficiently. [WIP]
Apache License 2.0
1 stars 0 forks source link

Frontend Integration Tests #32

Open jchen42703 opened 3 years ago

jchen42703 commented 3 years ago

To automate the manual testing process:

  1. Test that a fold button click collapses the button in InputEditor and the corresponding button in TranslatedDisplay
  2. Test above but clicking the fold button in TranslatedDisplay
  3. Test that when a paragraph is folded, then the contents are immutable.
  4. Test that you can uncollapse a fold button and that it simultaneously uncollapses the corresponding fold button
  5. Test that you can CTRL + A, CTRL + C the contents and CTRL + V the contents with the same exact new lines as in the editor.
  6. Test that you can highlight copy the contents of TranslatedDisplay and the pasted contents will have the same exact new lines as in the display

Related Resources