File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Checkout/view/frontend/web/template/minicart/item
dev/tests/integration/testsuite/Magento/Elasticsearch6/Controller Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 112
112
</ div >
113
113
</ div >
114
114
</ div >
115
- < div class ="message notice " if ="message ">
116
- < div data-bind ="text: message "> </ div >
115
+ < div class ="message notice " if ="$data. message ">
116
+ < div data-bind ="text: $data. message "> </ div >
117
117
</ div >
118
118
</ li >
Original file line number Diff line number Diff line change 25
25
<createData entity =" SimpleProduct2" stepKey =" createSimpleProductApi" />
26
26
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
27
27
<actionGroup ref =" AdminCatalogPriceRuleDeleteAllActionGroup" stepKey =" deleteAllCatalogPriceRule" />
28
+ <!-- Clearing cache just in case -->
29
+ <actionGroup ref =" CliCacheFlushActionGroup" stepKey =" flushCache" >
30
+ <argument name =" tags" value =" " />
31
+ </actionGroup >
32
+ <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
33
+ <argument name =" indices" value =" " />
34
+ </actionGroup >
35
+ <amOnPage url =" {{AdminCatalogPriceRuleGridPage.url}}" stepKey =" goToAdminCatalogPriceRuleGridPage2" />
36
+ <!-- It sometimes is loading too long for default 10s -->
37
+ <waitForPageLoad time =" 60" stepKey =" waitForPageFullyLoaded2" />
28
38
<!-- Create the catalog price rule -->
29
39
<createData entity =" CatalogRuleToPercent" stepKey =" createCatalogRule" />
30
40
<!-- Create order via API-->
Original file line number Diff line number Diff line change @@ -64,6 +64,6 @@ public function testQuickSearchWithImprovedPriceRangeCalculation()
64
64
$ this ->storeManager ->setCurrentStore ($ defaultStore );
65
65
}
66
66
67
- $ this ->assertContains ('search product 1 ' , $ responseBody );
67
+ $ this ->assertStringContainsString ('search product 1 ' , $ responseBody );
68
68
}
69
69
}
You can’t perform that action at this time.
0 commit comments