Skip to content

Commit f0c9675

Browse files
committed
MAGETWO-90113: Automate applying Reward Points during Checkout with MFTF tests
1 parent ca949bb commit f0c9675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Page/StorefrontHomePage.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="StorefrontProductPage" url="/{{var1}}.html" area="storefront" module="Catalog" parameterized="true">
11+
<page name="StorefrontHomePage" url="/" area="storefront" module="Magento_Customer">
1212
<section name="StorefrontPanelHeader" />
1313
</page>
1414
</pages>

0 commit comments

Comments
 (0)