fix links sticking to mentionsline
This commit is contained in:
parent
f16658adfc
commit
8cc1ad67df
3 changed files with 10 additions and 3 deletions
|
@ -59,7 +59,7 @@ describe('RichContent', () => {
|
|||
it('replaces mention with mentionsline', () => {
|
||||
const html = p(
|
||||
makeMention('John'),
|
||||
' how are you doing today?'
|
||||
' how are you doing today?' // also testing single-trimming function
|
||||
)
|
||||
const wrapper = shallowMount(RichContent, {
|
||||
localVue,
|
||||
|
@ -74,7 +74,7 @@ describe('RichContent', () => {
|
|||
|
||||
expect(wrapper.html()).to.eql(compwrap(p(
|
||||
mentionsLine(1),
|
||||
' how are you doing today?'
|
||||
' how are you doing today?' // space removed to compensate for <ML> padding
|
||||
)))
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue