mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 14:07:30 +08:00
FEATURE: replace admin flags modal by a select-box
This commit is contained in:
@ -142,7 +142,7 @@ componentTest('supports options to limit size', {
|
||||
template: '{{select-box-kit collectionHeight=20 content=content}}',
|
||||
|
||||
beforeEach() {
|
||||
this.set("content", [{ id: 1, name: "robin" }]);
|
||||
this.set("content", ["robin", "régis"]);
|
||||
},
|
||||
|
||||
test(assert) {
|
||||
|
Reference in New Issue
Block a user