tests: Add regression tests for character composition race

See: https://github.com/ether/etherpad-lite/issues/4978
This commit is contained in:
Guilherme Goncalves 2021-03-24 17:17:43 -03:00 committed by Richard Hansen
parent 1fdaf95c3b
commit f2034ad368
3 changed files with 250 additions and 0 deletions

View file

@ -20,6 +20,7 @@
<script src="helper.js"></script>
<script src="helper/methods.js"></script>
<script src="helper/ui.js"></script>
<script src="helper/multipleUsers.js"></script>
<script src="specs_list.js"></script>
<script src="runner.js"></script>