Skip to content

Commit 05dd845

Browse files
committed
MAGETWO-90118: Automate applying Gift Card Account amount with MFTF
1 parent 5db0da7 commit 05dd845

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/Test/EndToEndB2CGuestUserTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
<assertNotRegExp expected="'/placeholder\/image\.jpg/'" actual="$cartGrabSimpleProduct1PageImageSrc" stepKey="cartAssertSimpleProduct1PageImageNotDefault" after="cartGrabSimpleProduct1PageImageSrc"/>
3636
<actionGroup ref="StorefrontAddProductToCartActionGroup" stepKey="cartAddProduct1ToCart" after="cartAssertSimpleProduct1PageImageNotDefault">
3737
<argument name="product" value="$$createSimpleProduct1$$"/>
38-
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
39-
<argument name="productCount" value="CONST.one"/>
38+
<argument name="productCount" value="1"/>
4039
</actionGroup>
4140

4241
<!-- Add Simple Product 2 to cart -->

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/Test/EndToEndB2CLoggedInUserTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
<assertNotRegExp expected="'/placeholder\/image\.jpg/'" actual="$cartGrabSimpleProduct1PageImageSrc" stepKey="cartAssertSimpleProduct1PageImageNotDefault" after="cartGrabSimpleProduct1PageImageSrc"/>
3636
<actionGroup ref="StorefrontAddProductToCartActionGroup" stepKey="cartAddProduct1ToCart" after="cartAssertSimpleProduct1PageImageNotDefault">
3737
<argument name="product" value="$$createSimpleProduct1$$"/>
38-
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
39-
<argument name="productCount" value="CONST.one"/>
38+
<argument name="productCount" value="1"/>
4039
</actionGroup>
4140

4241
<!-- Add Simple Product 2 to cart -->

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProduct/Test/EndToEndB2CGuestUserTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@
141141
<assertNotRegExp expected="'/placeholder\/image\.jpg/'" actual="$cartGrabConfigProductPageImageSrc2" stepKey="cartAssertConfigProductPageImageNotDefault2" after="cartGrabConfigProductPageImageSrc2"/>
142142
<actionGroup ref="StorefrontAddProductToCartActionGroup" stepKey="cartAddConfigProductToCart" after="cartAssertConfigProductPageImageNotDefault2">
143143
<argument name="product" value="$$createConfigProduct$$"/>
144-
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
145-
<argument name="productCount" value="CONST.three"/>
144+
<argument name="productCount" value="3"/>
146145
</actionGroup>
147146

148147
<!-- Check configurable product in minicart -->

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/ConfigurableProduct/Test/EndToEndB2CLoggedInUserTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@
141141
<assertNotRegExp expected="'/placeholder\/image\.jpg/'" actual="$cartGrabConfigProductPageImageSrc2" stepKey="cartAssertConfigProductPageImageNotDefault2" after="cartGrabConfigProductPageImageSrc2"/>
142142
<actionGroup ref="StorefrontAddProductToCartActionGroup" stepKey="cartAddConfigProductToCart" after="cartAssertConfigProductPageImageNotDefault2">
143143
<argument name="product" value="$$createConfigProduct$$"/>
144-
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
145-
<argument name="productCount" value="CONST.three"/>
144+
<argument name="productCount" value="3"/>
146145
</actionGroup>
147146

148147
<!-- Check configurable product in minicart -->

0 commit comments

Comments
 (0)