Unverified Commit b6aaed37 authored by Maciej Gołaszewski's avatar Maciej Gołaszewski

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

parents 39718555 17c4378f
...@@ -154,7 +154,7 @@ describe( 'DecoupledEditor build', () => { ...@@ -154,7 +154,7 @@ describe( 'DecoupledEditor build', () => {
} ); } );
it( 'image works', () => { 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 ); editor.setData( data );
expect( editor.getData() ).to.equal( data ); expect( editor.getData() ).to.equal( data );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment