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 b81c26d + 088d48f commit e6d8c2e
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 @@ -137,7 +137,7 @@ describe( 'ClassicEditor 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 e6d8c2e

Please sign in to comment.