|
|
@@ -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>' +
|