|
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 |
|
65 |
| - <click stepKey="saveProductAttribute" selector="{{AdminProductFormActionSection.saveButton}}"/> |
| 65 | + <click stepKey="saveProductBundle" selector="{{AdminProductFormActionSection.saveButton}}"/> |
66 | 66 | <see stepKey="assertSuccess" selector="{{AdminProductMessagesSection.successMessage}}" userInput="You saved the product."/>
|
67 | 67 |
|
68 | 68 | <!-- Go to the storefront bundled product page -->
|
|
71 | 71 | <click stepKey="customizeAndAddToCart" selector="{{StorefrontBundledSection.addToCart}}"/>
|
72 | 72 | <waitForPageLoad stepKey="waitCustomizableOptionsPopUp"/>
|
73 | 73 |
|
74 |
| - <!-- add two products to the shopping cart, each with one different page --> |
| 74 | + <!-- add one product to the shopping cart --> |
75 | 75 | <click stepKey="selectFirstBundleOption" selector="{{StorefrontBundledSection.nthBundledOption('1','1')}}"/>
|
76 | 76 | <waitForPageLoad stepKey="waitForPriceUpdate"/>
|
77 | 77 | <see stepKey="seeSinglePrice" selector="{{StorefrontBundledSection.configuredPrice}}" userInput="1,230.00"/>
|
|
99 | 99 | <click stepKey="saveProductAttribute2" selector="{{AdminProductFormActionSection.saveButton}}"/>
|
100 | 100 | <see stepKey="assertSuccess2" selector="{{AdminProductMessagesSection.successMessage}}" userInput="You saved the product."/>
|
101 | 101 |
|
102 |
| - <!-- Go to the shopping cart page and grab the value of the first product --> |
| 102 | + <!-- Go to the shopping cart page and make sure the title has changed --> |
103 | 103 | <amOnPage url="/checkout/cart/" stepKey="onPageShoppingCart1"/>
|
104 | 104 | <waitForPageLoad stepKey="waitForCartPageLoad1"/>
|
105 | 105 | <grabTextFrom selector="{{CheckoutCartProductSection.nthBundleOptionName('1')}}" stepKey="grabTotalAfter"/>
|
|
0 commit comments