Skip to content

Commit 2b81909

Browse files
committed
MAGETWO-90118: Automate applying Gift Card Account amount with MFTF
1 parent f295002 commit 2b81909

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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
@@ -34,8 +34,7 @@
3434
<grabAttributeFrom selector="{{StorefrontProductInfoMainSection.productImage}}" userInput="src" stepKey="cartGrabSimpleProduct1PageImageSrc" after="cartAssertProduct1Page"/>
3535
<assertNotRegExp expected="'/placeholder\/image\.jpg/'" actual="$cartGrabSimpleProduct1PageImageSrc" stepKey="cartAssertSimpleProduct1PageImageNotDefault" after="cartGrabSimpleProduct1PageImageSrc"/>
3636
<actionGroup ref="StorefrontAddProductToCartActionGroup" stepKey="cartAddProduct1ToCart" after="cartAssertSimpleProduct1PageImageNotDefault">
37-
<argument name
38-
="product" value="$$createSimpleProduct1$$"/>
37+
<argument name="product" value="$$createSimpleProduct1$$"/>
3938
<!-- @TODO: Change to scalar value after MQE-498 is implemented -->
4039
<argument name="productCount" value="CONST.one"/>
4140
</actionGroup>

0 commit comments

Comments
 (0)