Skip to content

Commit 927fd20

Browse files
committed
MAGETWO-94892: Add Gift card to the cart from Requisition List
1 parent 5ac4cf3 commit 927fd20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/Page/StorefrontProductPage.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88

99
<pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/PageObject.xsd">
11-
<page name="StorefrontProductPage" url="/{{var1}}.html" area="storefront" module="Catalog" parameterized="true">
11+
<page name="StorefrontProductPage" url="/{{var1}}.html" area="storefront" module="Magento_Catalog" parameterized="true">
1212
<section name="StorefrontProductInfoMainSection" />
1313
<section name="StorefrontProductInfoDetailsSection" />
1414
<section name="WYSIWYGToolbarSection"/>
1515
<section name="StorefrontProductImageSection" />
1616
<section name="StorefrontMessagesSection" />
1717
<section name="StorefrontProductRelatedProductsSection"/>
18-
<section name="StorefrontCreateRequisitionListSection"/>
1918
</page>
2019
</pages>

0 commit comments

Comments
 (0)