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 11e2eeb commit d1f6986Copy full SHA for d1f6986
app/code/Magento/Bundle/Test/Mftf/Test/BundleProductFixedPricingTest.xml
@@ -31,6 +31,10 @@
31
<deleteData createDataKey="createPreReqCategory" stepKey="deletePreReqCategory"/>
32
<deleteData createDataKey="simpleProduct1" stepKey="deleteSimpleProduct1"/>
33
<deleteData createDataKey="simpleProduct2" stepKey="deleteSimpleProduct2"/>
34
+ <!-- Delete the bundled product we created in the test body -->
35
+ <actionGroup ref="deleteProductBySku" stepKey="deleteBundleProduct">
36
+ <argument name="sku" value="{{BundleProduct.sku}}"/>
37
+ </actionGroup>
38
<actionGroup ref="logout" stepKey="logout"/>
39
</after>
40
<!--Go to bundle product creation page-->
0 commit comments