Skip to content

Commit 5eed2a0

Browse files
authored
ACQE-6355 : Flush cache to fix issue
1 parent 11ef50e commit 5eed2a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/OfflineShipping/Test/Mftf/Test/StorefrontFreeShippingDisplayWithInclTaxOptionTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
<waitForPageLoad stepKey="waitForSelectCountry"/>
5858
<selectOption selector="{{CheckoutCartSummarySection.stateProvince}}" userInput="California" stepKey="selectCaliforniaRegion"/>
5959
<waitForPageLoad stepKey="waitForSelectRegion"/>
60+
<!-- Flush cache -->
61+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache1">
62+
<argument name="tags" value=""/>
63+
</actionGroup>
6064
<see selector="{{CheckoutPaymentSection.tax}}" userInput="$8.25" stepKey="seeTaxForCA"/>
6165
<!-- See available Free Shipping option -->
6266
<actionGroup ref="StorefrontAssertShippingMethodPresentInCartActionGroup" stepKey="assertShippingMethodLabel">

0 commit comments

Comments
 (0)