mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
not applicable anymore
This commit is contained in:
parent
8620662ac7
commit
7718141ee0
@ -763,19 +763,11 @@ componentTest('emoji', {
|
||||
this.set('value', 'hello world.');
|
||||
},
|
||||
test(assert) {
|
||||
assert.equal($('.emoji-modal').length, 0);
|
||||
|
||||
jumpEnd(this.$('textarea.d-editor-input')[0]);
|
||||
click('button.emoji');
|
||||
andThen(() => {
|
||||
assert.equal($('.emoji-modal').length, 1);
|
||||
});
|
||||
|
||||
click('a[data-group-id=0]');
|
||||
click('a[title=grinning]');
|
||||
|
||||
andThen(() => {
|
||||
assert.ok($('.emoji-modal').length === 0);
|
||||
assert.equal(this.get('value'), 'hello world.:grinning:');
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user