not applicable anymore
This commit is contained in:
parent
8620662ac7
commit
7718141ee0
|
@ -763,19 +763,11 @@ componentTest('emoji', {
|
||||||
this.set('value', 'hello world.');
|
this.set('value', 'hello world.');
|
||||||
},
|
},
|
||||||
test(assert) {
|
test(assert) {
|
||||||
assert.equal($('.emoji-modal').length, 0);
|
|
||||||
|
|
||||||
jumpEnd(this.$('textarea.d-editor-input')[0]);
|
jumpEnd(this.$('textarea.d-editor-input')[0]);
|
||||||
click('button.emoji');
|
click('button.emoji');
|
||||||
andThen(() => {
|
|
||||||
assert.equal($('.emoji-modal').length, 1);
|
|
||||||
});
|
|
||||||
|
|
||||||
click('a[data-group-id=0]');
|
|
||||||
click('a[title=grinning]');
|
click('a[title=grinning]');
|
||||||
|
|
||||||
andThen(() => {
|
andThen(() => {
|
||||||
assert.ok($('.emoji-modal').length === 0);
|
|
||||||
assert.equal(this.get('value'), 'hello world.:grinning:');
|
assert.equal(this.get('value'), 'hello world.:grinning:');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue