Skip to content

Commit

Permalink
Merge pull request #15537 from ckeditor/ck/15536-failing-test-in-engine
Browse files Browse the repository at this point in the history
Change domain for placeholder images in failing test. Closes: #15536
  • Loading branch information
godai78 committed Dec 15, 2023
2 parents acbce23 + 5048abc commit 0e28a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ckeditor5-engine/tests/manual/tickets/4600/1.js
Expand Up @@ -78,13 +78,13 @@ class SimpleWidgetEditing extends Plugin {
<legend>Ignored container with <strong>data-cke-ignore-events="true"</strong></legend>
<input>
<button>Click!</button>
<img src="https://placekitten.com/30/30" height="30">
<img src="https://placehold.co/60x30" height="30">
</fieldset>
<fieldset>
<legend>Regular container</legend>
<input>
<button>Click!</button>
<img src="https://placekitten.com/30/30" height="30">
<img src="https://placehold.co/60x30" height="30">
</fieldset>
`;
} );
Expand Down

0 comments on commit 0e28a3f

Please sign in to comment.