소스 검색

Fix #selection event highlight test.

Maciej Gołaszewski 6 년 전
부모
커밋
651310d54b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-restricted-editing/tests/restrictededitingediting.js

+ 1 - 1
packages/ckeditor5-restricted-editing/tests/restrictededitingediting.js

@@ -518,7 +518,7 @@ describe( 'RestrictedEditingEditing', () => {
 				} );
 
 				expect( getViewData( view ) ).to.equal(
-					'<p>foo {<span class="ck-restricted-editing-exception">ba}r</span> baz</p>'
+					'<p>foo {<span class="ck-restricted-editing-exception ck-restricted-editing-exception_selected">ba}r</span> baz</p>'
 				);
 			} );