mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 01:42:47 +08:00
replaces links/imgs by buttons in the emoji-picker
This commit is contained in:
parent
54e0075a3e
commit
e36d9f55c3
6 changed files with 91 additions and 85 deletions
|
@ -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:');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue