File tree 3 files changed +5
-1
lines changed
CatalogRule/Test/Mftf/Test 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 229
229
<!-- Run cron twice -->
230
230
<magentoCLI command =" cron:run" stepKey =" runCron1" />
231
231
<magentoCLI command =" cron:run" stepKey =" runCron2" />
232
+ <magentoCLI command =" cache:flush" stepKey =" flushCache" />
232
233
233
234
<!-- Go to Frontend and open the simple product -->
234
235
<amOnPage url =" {{StorefrontProductPage.url($$createFirstProduct.sku$$)}}" stepKey =" amOnSimpleProductPage" />
Original file line number Diff line number Diff line change 113
113
</createData >
114
114
<magentoCLI stepKey =" allowSpecificValue" command =" config:set payment/checkmo/allowspecific 1" />
115
115
<magentoCLI stepKey =" specificCountryValue" command =" config:set payment/checkmo/specificcountry GB" />
116
-
116
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
117
+ <magentoCLI command =" cache:flush" stepKey =" flushCache" />
117
118
</before >
118
119
<after >
119
120
<actionGroup ref =" logout" stepKey =" adminLogout" />
Original file line number Diff line number Diff line change 26
26
<requiredEntity createDataKey =" categorySecond" />
27
27
</createData >
28
28
<createData entity =" Simple_US_Customer" stepKey =" customer" />
29
+ <magentoCLI command =" indexer:reindex" stepKey =" reindex" />
30
+ <magentoCLI command =" cache:flush" stepKey =" flushCache" />
29
31
</before >
30
32
<after >
31
33
<deleteData createDataKey =" simpleProduct1" stepKey =" deleteSimpleProduct1" />
You can’t perform that action at this time.
0 commit comments