We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b1abc commit 0758f3eCopy full SHA for 0758f3e
app/code/Magento/CatalogInventory/Test/Mftf/Test/StoreFrontAddOutOfStockProductToShoppingCartTest.xml
@@ -58,6 +58,10 @@
58
</actionGroup>
59
<!-- Save Product-->
60
<actionGroup ref="SaveProductFormActionGroup" stepKey="clicksaveProduct"/>
61
+ <!-- Run indexer after product status change -->
62
+ <actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindexBrokenIndices">
63
+ <argument name="indices" value=""/>
64
+ </actionGroup>
65
<!-- Switch to Previous tab and Check Error message Product that you are trying to add is not available -->
66
<switchToPreviousTab stepKey="switchToPreviousTab"/>
67
<!-- Mouse Hover Product On Category Page-->
0 commit comments