FEATURE: improves select-box to support category selection on new topic

This commit is contained in:
Joffrey JAFFEUX
2017-08-23 15:08:19 +02:00
committed by GitHub
parent 7c15b27a90
commit 7b4e302677
18 changed files with 439 additions and 173 deletions

View File

@ -99,7 +99,7 @@ QUnit.test("Reply as new topic", assert => {
"it fills composer with the ring string"
);
assert.equal(
find('.category-combobox').select2('data').text, "feature",
find('.category-select-box .select-box-header .current-selection').html().trim(), "feature",
"it fills category selector with the right category"
);
});