Explorar o código

Highlighted problematic places.

Maksymilian Barnaś %!s(int64=9) %!d(string=hai) anos
pai
achega
871330f99a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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', () => {