File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 113
113
<argument name =" website" value =" SecondWebsite" />
114
114
</actionGroup >
115
115
116
+ <!-- Flush cache-->
117
+ <magentoCLI command =" cache:flush" stepKey =" cleanCache" />
118
+
116
119
<amOnPage url =" {{AdminProductIndexPage.url}}" stepKey =" navigateToProductIndex" />
117
120
<waitForPageLoad stepKey =" waitForProductsIndexPageToLoad" />
118
121
<actionGroup ref =" resetAdminDataGridToDefaultView" stepKey =" resetProductsGrid" />
328
331
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
329
332
330
333
<createData entity =" DefaultConfigCatalogPrice" stepKey =" resetPriceScopeConfiguration" />
331
-
332
- <actionGroup ref =" AdminDeleteWebsiteActionGroup" stepKey =" deleteSecondWebsite" >
333
- <argument name =" websiteName" value =" {{SecondWebsite.name}}" />
334
- </actionGroup >
335
334
<actionGroup ref =" DeleteCartPriceRuleByName" stepKey =" deleteCartPriceRule" >
336
335
<argument name =" ruleName" value =" ship" />
337
336
</actionGroup >
337
+ <actionGroup ref =" AdminDeleteWebsiteActionGroup" stepKey =" deleteSecondWebsite" >
338
+ <argument name =" websiteName" value =" {{SecondWebsite.name}}" />
339
+ </actionGroup >
338
340
<actionGroup ref =" logout" stepKey =" logout" />
339
341
</after >
340
342
</test >
You can’t perform that action at this time.
0 commit comments