Skip to content

Commit d1645d0

Browse files
committed
MAGETWO-88232: Images from WYSIWYG (Text, Slider) do not show up on admin preview nor storefront
- fix integration tests
1 parent 34ca89e commit d1645d0

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Cms/Helper/Wysiwyg

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Cms/Helper/Wysiwyg/ImagesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function ($actualResult) {
9393
'e3ttZWRpYSB1cmw9Ind5c2l3eWcvaGVsbG8ucG5nIn19/'
9494
);
9595

96-
$this->assertEquals($expectedResult, parse_url($actualResult, PHP_URL_PATH));
96+
$this->assertContains($expectedResult, parse_url($actualResult, PHP_URL_PATH));
9797
}
9898
],
9999
[true, 'wysiwyg/hello.png', false, 'http://example.com/pub/media/wysiwyg/hello.png'],

0 commit comments

Comments
 (0)