Skip to content

Commit a77fb6b

Browse files
committed
MC-233: Customer should not be able to add a Bundle Product to the cart without selecting options
- Fixed code review feedback
1 parent edc930b commit a77fb6b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Bundle/ActionGroup/CreateBundleProductActionGroup.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<selectOption selector="{{AdminProductFormBundleSection.bundleOptionXInputType(x)}}" userInput="{{inputType}}" stepKey="selectType"/>
4040
<waitForElementVisible selector="{{AdminProductFormBundleSection.nthAddProductsToOption(n)}}" stepKey="waitForAddBtn"/>
4141
<click selector="{{AdminProductFormBundleSection.nthAddProductsToOption(n)}}" stepKey="clickAdd"/>
42-
<waitForPageLoad stepKey="waitForAdd"/>
4342
<conditionalClick selector="{{AdminProductGridFilterSection.clearFilters}}" dependentSelector="{{AdminProductGridFilterSection.clearFilters}}" visible="true" stepKey="clickClearFilters1"/>
4443
<click selector="{{AdminProductGridFilterSection.filters}}" stepKey="openProductFilters1"/>
4544
<fillField selector="{{AdminProductGridFilterSection.skuFilter}}" userInput="{{prodOneSku}}" stepKey="fillProductSkuFilter1"/>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<annotations>
1313
<features value="Bundle"/>
1414
<stories value="Bundle product details page"/>
15-
<title value="Customer should not be able to add the product to the cart without to select customisable bundle product options"/>
16-
<description value="Customer should not be able to add the product to the cart without to select customisable bundle product options"/>
15+
<title value="Customer should not be able to add a Bundle Product to the cart without selecting options"/>
16+
<description value="Customer should not be able to add a Bundle Product to the cart without selecting options"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-233"/>
1919
<group value="Bundle"/>

0 commit comments

Comments
 (0)