Explorar o código

Tests: Use sample file for automated tests. See ckeditor/ckeditor5-dev#139.

Maciej Gołaszewski %!s(int64=6) %!d(string=hai) anos
pai
achega
3b2d4c37cd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/ckeditor5-build-inline/tests/ckeditor.js

+ 1 - 1
packages/ckeditor5-build-inline/tests/ckeditor.js

@@ -127,7 +127,7 @@ describe( 'InlineEditor build', () => {
 		} );
 
 		it( 'image works', () => {
-			const data = '<figure class="image"><img src="./manual/sample.jpg"></figure>';
+			const data = '<figure class="image"><img src="/assets/sample.png"></figure>';
 
 			editor.setData( data );
 			expect( editor.getData() ).to.equal( data );