Skip to content

Commit 642e439

Browse files
committed
Merge branch 'ACQE-6440' into ACQE-6879-functional-mainline-deployment
2 parents d3df193 + 3f875b2 commit 642e439

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@
3737
</actionGroup>
3838
</before>
3939
<after>
40-
<magentoCLI command="config:set {{SetDefaultCurrencyHKDConfig.path}} {{SetDefaultCurrencyHKDConfig.value}}" stepKey="resetDefaultCurrencyBaseBackToHKD"/>
41-
<magentoCLI command="config:set {{SetAllowedCurrenciesConfigForUSD.path}} {{SetAllowedCurrenciesConfigForUSD.value}},{{SetAllowedCurrenciesConfigForHKD.value}}" stepKey="resetAllowedCurrencyBaseBackToUSD"/>
40+
<comment userInput="BIC" stepKey="resetDefaultCurrencyBaseBackToHKD"/>
41+
<magentoCLI command="config:set {{SetDefaultCurrencyUSDConfig.path}} {{SetDefaultCurrencyUSDConfig.value}}" stepKey="resetDefaultCurrencyBaseBackToUSD"/>
42+
<magentoCLI command="config:set {{SetAllowedCurrenciesConfigForUSD.path}} {{SetAllowedCurrenciesConfigForUSD.value}}" stepKey="resetAllowedCurrencyBaseBackToUSD"/>
43+
<magentoCLI command="config:set {{SetCurrencyUSDBaseConfig.path}} {{SetCurrencyUSDBaseConfig.value}}" stepKey="setCurrencyBaseUSD"/>
4244
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
4345
<argument name="tags" value="config full_page"/>
4446
</actionGroup>

app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOpenTransactionsTabActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
<waitForElementClickable selector="{{AdminTransactionsGridSection.orderTxnTableFirstRow}}" stepKey="clickOnVoidTransaction"/>
2525
<click selector="{{AdminTransactionsGridSection.orderTxnTableFirstRow}}" stepKey="clickFirstRow"/>
2626
</actionGroup>
27-
</actionGroups>
27+
</actionGroups>

0 commit comments

Comments
 (0)