Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Tests: Use sample file for automated tests. See ckeditor/ckeditor5-de…
Browse files Browse the repository at this point in the history
…v#139.
  • Loading branch information
jodator committed Aug 1, 2019
2 parents b157751 + ecb26e0 commit b7d3d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit b7d3d35

Please sign in to comment.