FIX: Prepends whitespace when inserting via emoji picker
This commit is contained in:
@@ -618,7 +618,6 @@ testCase(`doesn't jump to bottom with long text`, async function(
|
||||
});
|
||||
|
||||
componentTest("emoji", {
|
||||
skip: true,
|
||||
template: "{{d-editor value=value}}",
|
||||
beforeEach() {
|
||||
// Test adding a custom button
|
||||
@@ -641,7 +640,7 @@ componentTest("emoji", {
|
||||
await click(
|
||||
'.emoji-picker .section[data-section="smileys_&_emotion"] button.emoji[title="grinning"]'
|
||||
);
|
||||
assert.equal(this.value, "hello world.:grinning:");
|
||||
assert.equal(this.value, "hello world. :grinning:");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user