Skip to content

Commit 5b9ed63

Browse files
committed
MC-19738: Dynamic Block is displaying even after associated shopping cart price rule is expired or Inactive
1 parent 160add9 commit 5b9ed63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontGuestCheckoutTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@
113113
</createData>
114114
<magentoCLI stepKey="allowSpecificValue" command="config:set payment/checkmo/allowspecific 1" />
115115
<magentoCLI stepKey="specificCountryValue" command="config:set payment/checkmo/specificcountry GB" />
116-
116+
<!-- Clear page cache -->
117+
<magentoCLI command="cache:flush" arguments="full_page" stepKey="flushCache"/>
117118
</before>
118119
<after>
119120
<actionGroup ref="logout" stepKey="adminLogout"/>

0 commit comments

Comments
 (0)