Skip to content

Commit 491b71a

Browse files
committed
MAGETWO-91163: Image doesn't load on frontend PDP if the product name contains double quote "
1 parent 836e4d8 commit 491b71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Page/AdminProductEditPage.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/PageObject.xsd">
11-
<page name="AdminProductEditPage" url="catalog/product/edit/id/" area="admin" module="Magento_Catalog">
11+
<page name="AdminProductEditPage" url="catalog/product/edit/id/{{productId}}" area="admin" module="Magento_Catalog">
1212
<!-- This page object only exists for the url. Use the AdminProductCreatePage for selectors. -->
1313
</page>
1414
</pages>

0 commit comments

Comments
 (0)