Przeglądaj źródła

Highlighted problematic places.

Maksymilian Barnaś 9 lat temu
rodzic
commit
871330f99a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-ui/tests/template.js

+ 1 - 1
packages/ckeditor5-ui/tests/template.js

@@ -419,7 +419,7 @@ describe( 'Template', () => {
 
 					observable.backgroundColor = '';
 
-					expect( el.outerHTML ).to.be.equal( '<p></p>' );
+					expect( el.outerHTML ).to.be.equal( '<p></p>' ); // x
 				} );
 
 				it( 'renders with falsy values', () => {