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 d56f7c5 commit 26563ecCopy full SHA for 26563ec
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Bundle/Test/StorefrontAdminEditDataTest.xml
@@ -104,5 +104,10 @@
104
<waitForPageLoad stepKey="waitForCartPageLoad1"/>
105
<grabTextFrom selector="{{CheckoutCartProductSection.nthBundleOptionName('1')}}" stepKey="grabTotalAfter"/>
106
<assertNotEquals expected="{$grabTotalBefore}" expectedType="string" actual="{$grabTotalAfter}" actualType="string" stepKey="assertNotEquals"/>
107
+
108
+ <!-- Delete the bundled product -->
109
+ <actionGroup stepKey="deleteBundle" ref="deleteProductUsingProductGrid">
110
+ <argument name="product" value="BundleProduct"/>
111
+ </actionGroup>
112
</test>
113
</tests>
0 commit comments