Procházet zdrojové kódy

Make custom converter mention test less strict.

Maciej Gołaszewski před 6 roky
rodič
revize
0de1057750

+ 0 - 1
packages/ckeditor5-mention/tests/mentionediting.js

@@ -102,7 +102,6 @@ describe( 'MentionEditing', () => {
 			const expectedView = '<p>Hello <a class="mention" data-mention="@Ted Mosby" href="/foo/bar">Ted Mosby</a></p>';
 
 			expect( editor.getData() ).to.equal( expectedView );
-			expect( getViewData( editor.editing.view, { withoutSelection: true } ) ).to.equal( expectedView );
 		} );
 
 		it( 'should convert consecutive mentions spans as two text nodes and two spans in the view', () => {