mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: favorites emojis will also show in composer autocomplete (#8011)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { acceptance } from "helpers/qunit-helpers";
|
||||
import { IMAGE_VERSION as v } from "pretty-text/emoji/version";
|
||||
import { resetCache } from "discourse/components/emoji-picker";
|
||||
|
||||
acceptance("EmojiPicker", {
|
||||
loggedIn: true,
|
||||
beforeEach() {
|
||||
resetCache();
|
||||
const store = Discourse.__container__.lookup("service:emojis-store");
|
||||
store.reset();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user