8
0
Просмотр исходного кода

All tests require an image that exists. It will not cause the 404 error.

Kamil Piechaczek 6 лет назад
Родитель
Сommit
70e10987d6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-core/tests/_utils-tests/articlepluginset.js

+ 2 - 2
packages/ckeditor5-core/tests/_utils-tests/articlepluginset.js

@@ -82,7 +82,7 @@ describe( 'ArticlePluginSet', () => {
 				'<li>OL List item 2</li>' +
 			'</ol>' +
 			'<figure class="image image-style-side">' +
-				'<img alt="bar" src="foo">' +
+				'<img alt="bar" src="/assets/sample.png">' +
 				'<figcaption>Caption</figcaption>' +
 			'</figure>' +
 			'<blockquote>' +
@@ -118,7 +118,7 @@ describe( 'ArticlePluginSet', () => {
 				'<li>OL List item 2</li>' +
 			'</ol>' +
 			'<figure class="image image-style-side">' +
-				'<img alt="bar" src="foo"></img>' +
+				'<img alt="bar" src="/assets/sample.png"></img>' +
 				'<figcaption>Caption</figcaption>' +
 			'</figure>' +
 			'<blockquote>' +