Skip to content

Commit 1d46fd1

Browse files
committed
MC-34251: [MFTF] CatalogPriceRuleConfigurableProductAdditionalStockTest failed because of bad design
1 parent 51134c0 commit 1d46fd1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

app/code/Magento/CatalogRule/Test/Mftf/Test/AdminCreateCatalogPriceRuleTest/AdminCreateCatalogPriceRuleForCustomerGroupTest.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,12 @@
2626

2727
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
2828
<actionGroup ref="AdminCatalogPriceRuleDeleteAllActionGroup" stepKey="deleteAllCatalogPriceRule"/>
29+
<magentoCLI command="indexer:reindex" arguments="catalogsearch_fulltext" stepKey="reindexFulltextSearch"/>
2930
</before>
3031
<after>
3132
<!-- Delete the simple product and category -->
3233
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
3334
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
34-
<!-- Delete the catalog rule -->
35-
<amOnPage url="{{CatalogRulePage.url}}" stepKey="goToRulePage"/>
36-
<waitForPageLoad stepKey="waitForRulePage"/>
37-
<actionGroup ref="deleteEntitySecondaryGrid" stepKey="deletePriceRule">
38-
<argument name="name" value="{{_defaultCatalogRule.name}}"/>
39-
<argument name="searchInput" value="{{AdminSecondaryGridSection.catalogRuleIdentifierSearch}}"/>
40-
</actionGroup>
4135
<actionGroup ref="AdminCatalogPriceRuleDeleteAllActionGroup" stepKey="deleteAllCatalogPriceRule"/>
4236
<actionGroup ref="AdminLogoutActionGroup" stepKey="amOnLogoutPage"/>
4337
</after>

0 commit comments

Comments
 (0)