mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
replaces links/imgs by buttons in the emoji-picker
This commit is contained in:
@@ -766,7 +766,7 @@ componentTest('emoji', {
|
||||
jumpEnd(this.$('textarea.d-editor-input')[0]);
|
||||
click('button.emoji');
|
||||
|
||||
click('a[title=grinning]');
|
||||
click('.emoji-picker .section[data-section="people"] button.emoji[title="grinning"]');
|
||||
andThen(() => {
|
||||
assert.equal(this.get('value'), 'hello world.:grinning:');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user