We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ef50e commit 5eed2a0Copy full SHA for 5eed2a0
app/code/Magento/OfflineShipping/Test/Mftf/Test/StorefrontFreeShippingDisplayWithInclTaxOptionTest.xml
@@ -57,6 +57,10 @@
57
<waitForPageLoad stepKey="waitForSelectCountry"/>
58
<selectOption selector="{{CheckoutCartSummarySection.stateProvince}}" userInput="California" stepKey="selectCaliforniaRegion"/>
59
<waitForPageLoad stepKey="waitForSelectRegion"/>
60
+ <!-- Flush cache -->
61
+ <actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache1">
62
+ <argument name="tags" value=""/>
63
+ </actionGroup>
64
<see selector="{{CheckoutPaymentSection.tax}}" userInput="$8.25" stepKey="seeTaxForCA"/>
65
<!-- See available Free Shipping option -->
66
<actionGroup ref="StorefrontAssertShippingMethodPresentInCartActionGroup" stepKey="assertShippingMethodLabel">
0 commit comments