mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
add delete stroke test to index page of /tests/frontend
This commit is contained in:
parent
339ee6d2e0
commit
38ef46449b
1 changed files with 2 additions and 1 deletions
|
@ -15,9 +15,10 @@
|
||||||
<script src="lib/expect.js"></script>
|
<script src="lib/expect.js"></script>
|
||||||
|
|
||||||
<script src="helper.js"></script>
|
<script src="helper.js"></script>
|
||||||
|
<script src="sendkeys.js"></script>
|
||||||
<script src="specs/button_bold.js"></script>
|
<script src="specs/button_bold.js"></script>
|
||||||
<script src="specs/button_italic.js"></script>
|
<script src="specs/button_italic.js"></script>
|
||||||
|
<script src="specs/keystroke_delete.js"></script>
|
||||||
|
|
||||||
<script src="runner.js"></script>
|
<script src="runner.js"></script>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue