File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Bundle Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 39
39
<selectOption selector =" {{AdminProductFormBundleSection.bundleOptionXInputType(x)}}" userInput =" {{inputType}}" stepKey =" selectType" />
40
40
<waitForElementVisible selector =" {{AdminProductFormBundleSection.nthAddProductsToOption(n)}}" stepKey =" waitForAddBtn" />
41
41
<click selector =" {{AdminProductFormBundleSection.nthAddProductsToOption(n)}}" stepKey =" clickAdd" />
42
- <waitForPageLoad stepKey =" waitForAdd" />
43
42
<conditionalClick selector =" {{AdminProductGridFilterSection.clearFilters}}" dependentSelector =" {{AdminProductGridFilterSection.clearFilters}}" visible =" true" stepKey =" clickClearFilters1" />
44
43
<click selector =" {{AdminProductGridFilterSection.filters}}" stepKey =" openProductFilters1" />
45
44
<fillField selector =" {{AdminProductGridFilterSection.skuFilter}}" userInput =" {{prodOneSku}}" stepKey =" fillProductSkuFilter1" />
Original file line number Diff line number Diff line change 12
12
<annotations >
13
13
<features value =" Bundle" />
14
14
<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" />
17
17
<severity value =" CRITICAL" />
18
18
<testCaseId value =" MC-233" />
19
19
<group value =" Bundle" />
You can’t perform that action at this time.
0 commit comments