Skip to content

Commit 0beb09b

Browse files
committed
ACQE-6317: EnablePaypalExpressCheckoutandValidateTransferShippingOptionsWorksWithPayPalSmartButtonFlow
1 parent 2670a3b commit 0beb09b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

app/code/Magento/Paypal/Test/Mftf/Test/EnablePaypalExpressCheckoutandValidateTransferShippingOptionsWorksWithPayPalSmartButtonFlow.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<magentoCLI command="config:set payment/paypal_express/active 0" stepKey="disablePayPalExpress"/>
4343
<deleteData createDataKey="simpleProduct" stepKey="deleteProduct"/>
4444
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
45+
4546
<actionGroup ref="AdminOrdersPageOpenActionGroup" stepKey="navigateToSalesOrderPage"/>
4647
<actionGroup ref="AdminClearFiltersActionGroup" stepKey="clickOnButtonToRemoveFiltersIfPresent"/>
4748
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
@@ -77,10 +78,7 @@
7778
<actionGroup ref="SwitchToPayPalGroupBtnActionGroup" stepKey="clickPayPalBtn"/>
7879
<!--Login to Paypal in-context-->
7980
<actionGroup ref="StorefrontLoginToPayPalPaymentAccountTwoStepActionGroup" stepKey="loginToPayPal"/>
80-
<!--Transfer Cart Line and Shipping Method assertion-->
81-
<actionGroup ref="PayPalAssertTransferLineAndShippingMethodActionGroup" stepKey="assertPayPalSettings">
82-
<argument name="productName" value="$$createProduct.name$$"/>
83-
</actionGroup>
81+
8482
<!--Click PayPal button and go back to Magento site-->
8583
<actionGroup ref="StorefrontPaypalSwitchBackToMagentoActionGroup" stepKey="goBackToMagentoSite"/>
8684

app/code/Magento/Tax/Test/Mftf/ActionGroup/StorefrontAssertOrderReviewSummaryWithTaxActionGroup.xml

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

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="StorefrontAssertOrderReviewSummaryWithTaxActionGroup" extends="VerifyCheckoutPaymentOrderSummaryActionGroup">
11+
<actionGroup name="
12+
StorefrontAssertOrderReviewSummaryWithTaxActionGroup" extends="VerifyCheckoutPaymentOrderSummaryActionGroup">
1213
<annotations>
1314
<description>Validates that the provided Subtotal, Shipping Total and Summary Total prices are present and correct on the Storefront Checkout page.</description>
1415
</annotations>

0 commit comments

Comments
 (0)