8
0
فهرست منبع

Make custom converter mention test less strict.

Maciej Gołaszewski 6 سال پیش
والد
کامیت
0de1057750
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/ckeditor5-mention/tests/mentionediting.js

+ 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', () => {