Skip to content

Commit 26563ec

Browse files
committed
MC-291: Customer should be able to see chosen options for Bundle Product in Shopping Cart when Option Title is edited in Admin
- Delete bundled product after test
1 parent d56f7c5 commit 26563ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Bundle/Test/StorefrontAdminEditDataTest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,10 @@
104104
<waitForPageLoad stepKey="waitForCartPageLoad1"/>
105105
<grabTextFrom selector="{{CheckoutCartProductSection.nthBundleOptionName('1')}}" stepKey="grabTotalAfter"/>
106106
<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>
107112
</test>
108113
</tests>

0 commit comments

Comments
 (0)