Skip to content

Commit 527660a

Browse files
committed
MC-223: Admin should be able to add/edit bundle items when creating/editing a bundle product
1 parent babc351 commit 527660a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Bundle/Section/AdminProductFormBundleSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@
5454
<element name="bundledItems" type="block" selector="[data-index=bundle-items]"/>
5555
<element name="dynamicPrice" type="button" selector="//div[@data-index='price_type']//div[@data-role='switcher']" timeout="30"/>
5656
<element name="priceField" type="input" selector="//div[@data-index='price']//input"/>
57+
<element name="listedBundleItem" type="text" selector="//tr[@data-repeat-index='0']//div"/>
5758
</section>
5859
</sections>

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Bundle/Section/StorefrontBundledSection.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@
1515
<element name="updateCart" type="button" selector="#product-updatecart-button" timeout="30"/>
1616
<element name="configuredPrice" type="block" selector=".price-configured_price .price"/>
1717
<element name="fixedPricing" type="text" selector="//div[@class='price-box price-final_price']//span[@id]//..//span[contains(text(),'{{var1}}')]" parameterized="true"/>
18+
<element name="customizeProduct" type="button" selector="//*[@id='bundle-slide']"/>
19+
<element name="customizableBundleItemOption" type="text" selector="//div[@class='field choice'][1]//input[@type='checkbox']"/>
1820
</section>
1921
</sections>

0 commit comments

Comments
 (0)