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

This reverts commit 7b4e30267787d94f3aa16b00c1d898f64145a900.
This commit is contained in:
Joffrey JAFFEUX
2017-08-23 16:33:03 +02:00
parent 7b4e302677
commit 1d90f6016a
18 changed files with 173 additions and 439 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-select-box .select-box-header .current-selection').html().trim(), "feature",
find('.category-combobox').select2('data').text, "feature",
"it fills category selector with the right category"
);
});