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 199d7c2 commit 1065a71Copy full SHA for 1065a71
app/code/Magento/Catalog/Test/Mftf/Test/AdminUnassignProductAttributeFromAttributeSetTest.xml
@@ -33,8 +33,9 @@
33
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
34
</before>
35
<after>
36
- <deleteData createDataKey="attribute" stepKey="deleteAttribute"/>
37
<deleteData createDataKey="product" stepKey="deleteProduct"/>
+ <deleteData createDataKey="attribute" stepKey="deleteAttribute"/>
38
+ <magentoCLI command="indexer:reindex" stepKey="reindex"/>
39
<actionGroup ref="logout" stepKey="logout"/>
40
</after>
41
<!-- Assert attribute presence in storefront product additional information -->
0 commit comments