Add spellcheck smoke test
Exposes the spellcheck provider as window.spellChecker, which allows it to be called from tests.
This commit is contained in:
parent
0ad35cc0e6
commit
33a82cc8e8
3 changed files with 27 additions and 12 deletions
|
@ -654,6 +654,7 @@
|
|||
<script type="text/javascript" src="reliable_trigger_test.js"></script>
|
||||
<script type="text/javascript" src="backup_test.js"></script>
|
||||
<script type="text/javascript" src="i18n_test.js"></script>
|
||||
<script type="text/javascript" src="spellcheck_test.js"></script>
|
||||
|
||||
<script type="text/javascript" src="fixtures.js"></script>
|
||||
<script type="text/javascript" src="fixtures_test.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue