2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

adds a dsl to simplify testing of the select-box

This commit is contained in:
Joffrey JAFFEUX 2017-09-14 19:50:32 +02:00 committed by GitHub
parent 16fe7aa307
commit 562e48dfb7
12 changed files with 244 additions and 173 deletions

View file

@ -43,6 +43,10 @@
"asyncRender":true,
"selectDropdown":true,
"selectBox":true,
"expandSelectBox":true,
"collapseSelectBox":true,
"selectBoxSelectRow":true,
"selectBoxFillInFilter":true,
"asyncTestDiscourse":true,
"fixture":true,
"find":true,