mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 22:47:46 +08:00
Revert "FEATURE: improves select-box to support category selection on new topic"
This reverts commit 7b4e30267787d94f3aa16b00c1d898f64145a900.
This commit is contained in:
@ -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"
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user