File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
CatalogRule/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 25
25
</helper >
26
26
<waitForElementVisible selector =" {{AdminDataGridTableSection.dataGridEmpty}}" stepKey =" waitDataGridEmptyMessageAppears" />
27
27
<see selector =" {{AdminDataGridTableSection.dataGridEmpty}}" userInput =" We couldn't find any records." stepKey =" assertDataGridEmptyMessage" />
28
- <actionGroup ref =" CliCacheFlushActionGroup" stepKey =" flushCache" >
29
- <argument name =" tags" value =" " />
30
- </actionGroup >
31
- <actionGroup ref =" CliIndexerReindexActionGroup" stepKey =" reindex" >
32
- <argument name =" indices" value =" " />
33
- </actionGroup >
34
- <amOnPage url =" {{AdminCatalogPriceRuleGridPage.url}}" stepKey =" goToAdminCatalogPriceRuleGridPage2" />
35
- <!-- It sometimes is loading too long for default 10s -->
36
- <waitForPageLoad time =" 60" stepKey =" waitForPageFullyLoaded2" />
37
28
</actionGroup >
38
29
</actionGroups >
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-->
You can’t perform that action at this time.
0 commit comments