2
0
Fork 0
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:
Joffrey JAFFEUX 2017-07-21 19:42:46 +02:00
parent 54e0075a3e
commit e36d9f55c3
6 changed files with 91 additions and 85 deletions

View file

@ -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:');
});