|
16 | 16 | <description value="Customer should be able to change chosen options for Bundle Product when clicking Edit button in Shopping Cart page"/>
|
17 | 17 | <severity value="MAJOR"/>
|
18 | 18 | <testCaseId value="MAGETWO-77523"/>
|
19 |
| - <group value="Bundle"/> |
| 19 | + <group value="bundle"/> |
20 | 20 | </annotations>
|
21 | 21 | <before>
|
22 | 22 | <actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
|
|
53 | 53 | <actionGroup ref="filterProductGridBySku" stepKey="filterBundleProductOptions">
|
54 | 54 | <argument name="product" value="$$simpleProduct1$$"/>
|
55 | 55 | </actionGroup>
|
56 |
| - <checkOption selector="{{AdminAddProductsToOptionPanel.firstCheckbox}}" stepKey="selectFirstGridRow"/> |
| 56 | + <checkOption selector="{{AdminAddProductsToOptionPanelSection.firstCheckbox}}" stepKey="selectFirstGridRow"/> |
57 | 57 | <actionGroup ref="filterProductGridBySku" stepKey="filterBundleProductOptions2">
|
58 | 58 | <argument name="product" value="$$simpleProduct2$$"/>
|
59 | 59 | </actionGroup>
|
60 |
| - <checkOption selector="{{AdminAddProductsToOptionPanel.firstCheckbox}}" stepKey="selectFirstGridRow2"/> |
61 |
| - <click selector="{{AdminAddProductsToOptionPanel.addSelectedProducts}}" stepKey="clickAddSelectedBundleProducts"/> |
| 60 | + <checkOption selector="{{AdminAddProductsToOptionPanelSection.firstCheckbox}}" stepKey="selectFirstGridRow2"/> |
| 61 | + <click selector="{{AdminAddProductsToOptionPanelSection.addSelectedProducts}}" stepKey="clickAddSelectedBundleProducts"/> |
62 | 62 | <fillField selector="{{AdminProductFormBundleSection.bundleOptionXProductYQuantity('0', '0')}}" userInput="{{BundleProduct.defaultQuantity}}" stepKey="fillProductDefaultQty1"/>
|
63 | 63 | <fillField selector="{{AdminProductFormBundleSection.bundleOptionXProductYQuantity('0', '1')}}" userInput="{{BundleProduct.defaultQuantity}}" stepKey="fillProductDefaultQty2"/>
|
64 | 64 |
|
|
86 | 86 | <waitForPageLoad stepKey="waitForElementAdded2"/>
|
87 | 87 |
|
88 | 88 | <!-- Go to the shopping cart page and edit the first product -->
|
89 |
| - <amOnPage url="/checkout/cart/" stepKey="onPageShoppingCart"/> |
| 89 | + <amOnPage url="{{CheckoutCartPage.url}}" stepKey="onPageShoppingCart"/> |
90 | 90 | <waitForPageLoad stepKey="waitForCartPageLoad"/>
|
91 | 91 | <waitForElementVisible selector="{{CheckoutCartSummarySection.total}}" stepKey="waitForInfoDropdown"/>
|
92 | 92 | <waitForPageLoad stepKey="waitForCartPageLoad3"/>
|
|
105 | 105 | <waitForPageLoad stepKey="waitForElementAdded3"/>
|
106 | 106 |
|
107 | 107 | <!-- Go to the shopping cart page -->
|
108 |
| - <amOnPage url="/checkout/cart/" stepKey="onPageShoppingCart2"/> |
| 108 | + <amOnPage url="{{CheckoutCartPage.url}}" stepKey="onPageShoppingCart2"/> |
109 | 109 | <waitForPageLoad stepKey="waitForCartPageLoad2"/>
|
110 | 110 |
|
111 | 111 | <!-- Assert that the options are both there and the proce no longer matches -->
|
|
0 commit comments