Browse Source

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

Maciej Gołaszewski 6 years ago
parent
commit
b770544da3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-build-decoupled-document/tests/ckeditor.js

+ 1 - 1
packages/ckeditor5-build-decoupled-document/tests/ckeditor.js

@@ -154,7 +154,7 @@ describe( 'DecoupledEditor 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 );