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

Commit

Permalink
All tests require an image that exists. It will not cause the 404 error.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Jul 30, 2019
1 parent 3971855 commit 17c4378
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 @@ -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 );
Expand Down

0 comments on commit 17c4378

Please sign in to comment.