Fix rich content test
This commit is contained in:
parent
a6a2dbd2f7
commit
bf4dbaf077
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ describe('RichContent', () => {
|
||||||
const html = p('Ebin :DDDD :spurdo:')
|
const html = p('Ebin :DDDD :spurdo:')
|
||||||
const expected = p(
|
const expected = p(
|
||||||
'Ebin :DDDD ',
|
'Ebin :DDDD ',
|
||||||
'<anonymous-stub src="about:blank" alt=":spurdo:" class="emoji img" title=":spurdo:"></anonymous-stub>'
|
'<anonymous-stub shortcode="spurdo" islocal="true" class="emoji img" src="about:blank" title=":spurdo:" alt=":spurdo:"></anonymous-stub>'
|
||||||
)
|
)
|
||||||
|
|
||||||
const wrapper = shallowMount(RichContent, {
|
const wrapper = shallowMount(RichContent, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue