Skip to content

Commit bac43b4

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 13f64b5 commit bac43b4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontPurchaseProductWithCustomOptionsWithLongValuesTitle.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<description value="Admin should be able to see the full title of the selected custom option value in the order"/>
1818
<severity value="MAJOR"/>
1919
<testCaseId value="MC-3043"/>
20+
<skip>
21+
<issueId value="MQE-1128"/>
22+
</skip>
2023
</annotations>
2124
<before>
2225
<!--Create Simple Product with Custom Options-->

app/code/Magento/Store/Test/Mftf/Test/AdminCreateStoreGroupTest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
<createData stepKey="b2" entity="customStoreGroup"/>
2222
</before>
2323
<after>
24+
<actionGroup ref="DeleteCustomStoreActionGroup" stepKey="deleteCustomStoreGroup">
25+
<argument name="storeGroupName" value="customStoreGroup.name" />
26+
</actionGroup>
27+
<actionGroup ref="DeleteCustomStoreActionGroup" stepKey="deleteCustomStoreGroup2">
28+
<argument name="storeGroupName" value="customStoreGroup.name" />
29+
</actionGroup>
30+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
31+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
2432
<amOnPage url="admin/admin/auth/logout/" stepKey="amOnLogoutPage"/>
2533
</after>
2634

0 commit comments

Comments
 (0)