Skip to content

Commit c560c66

Browse files
MC-15140: Paypal Express Checkout - When user hits Cancel button on pop-up "There is already another PayPal solution enabled...." then "Enable this Solution" drop down still says "Yes" instead of "No"
1 parent 71c4b2f commit c560c66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/Paypal/Test/Mftf/ActionGroup/OtherPayPalConfigurationActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<click selector="{{AdminConfigSection.saveButton}}" stepKey="saveConfig"/>
2929
<waitForPageLoad stepKey="waitForPageLoad2"/>
3030
</actionGroup>
31-
<actionGroup name="EnablePayPalSolution" >
31+
<actionGroup name="EnablePayPalSolutionWithoutSave" >
3232
<annotations>
3333
<description>Expands the 'OTHER PAYPAL PAYMENT SOLUTIONS' tab on the Admin Configuration page. Enables the provided PayPal Config type for the provided Country Code without saving.</description>
3434
</annotations>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<!--Try to enable express checkout Solution-->
4040
<comment userInput="Try to enable express checkout Solution" stepKey="commentTryEnableExpressCheckout"/>
4141
<amOnPage url="{{AdminConfigPaymentMethodsPage.url}}" stepKey="navigateToPaymentConfigurationPage"/>
42-
<actionGroup ref="EnablePayPalSolution" stepKey="enableExpressCheckout">
42+
<actionGroup ref="EnablePayPalSolutionWithoutSave" stepKey="enableExpressCheckout">
4343
<argument name="payPalConfigType" value="WPSExpressConfigSection"/>
4444
<argument name="countryCode" value="us"/>
4545
</actionGroup>
4646
<click selector="{{AdminConfigSection.saveButton}}" stepKey="saveConfig"/>
4747
<waitForPageLoad stepKey="waitForPageLoad2"/>
48-
<actionGroup ref="EnablePayPalSolution" stepKey="enableExpressCheckout2">
48+
<actionGroup ref="EnablePayPalSolutionWithoutSave" stepKey="enableExpressCheckout2">
4949
<argument name="payPalConfigType" value="PayPalExpressCheckoutConfigSection"/>
5050
<argument name="countryCode" value="us"/>
5151
</actionGroup>

0 commit comments

Comments
 (0)