Ver código fonte

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

Maciej Gołaszewski 6 anos atrás
pai
commit
3b2d4c37cd
1 arquivos alterados com 1 adições e 1 exclusões
  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 );