mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: allows custom groups updates to be reflected without recompilation (#9421)
This commit is contained in:
@@ -22,7 +22,7 @@ QUnit.test("emoji picker can be opened/closed", async assert => {
|
||||
find(".emoji-picker")
|
||||
.html()
|
||||
.trim(),
|
||||
"",
|
||||
"<!---->",
|
||||
"it opens the picker"
|
||||
);
|
||||
|
||||
@@ -31,7 +31,7 @@ QUnit.test("emoji picker can be opened/closed", async assert => {
|
||||
find(".emoji-picker")
|
||||
.html()
|
||||
.trim(),
|
||||
"",
|
||||
"<!---->",
|
||||
"it closes the picker"
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user