|
58 | 58 | <!-- Click 'Check Out with Multiple Addresses' -->
|
59 | 59 | <waitForElementClickable selector="{{AdminShipmentAddressInformationSection.checkoutWithMultipleAddresses}}" stepKey="waitForCheckoutWithMultipleAddressesLink"/>
|
60 | 60 | <click selector="{{AdminShipmentAddressInformationSection.checkoutWithMultipleAddresses}}" stepKey="clickOnCheckoutWithMultipleAddressesLink"/>
|
61 |
| - <actionGroup ref="CheckingWithMultipleAddressesActionGroup" stepKey="checkoutWithMultipleAddresses"/> |
62 |
| - <actionGroup ref="CheckingWithMultipleAddressesActionGroup" stepKey="checkoutWithOtherAddresses"> |
63 |
| - <argument name="addressOption1" value="3"/> |
64 |
| - <argument name="addressOption2" value="4"/> |
65 |
| - </actionGroup> |
| 61 | + <waitForPageLoad stepKey="waitForMultipleAddressPageLoad"/> |
| 62 | + <grabTextFrom selector="{{AdminShipmentAddressInformationSection.shippingAddressOptions('1','1')}}" after="waitForMultipleAddressPageLoad" stepKey="firstShippingAddressValue"/> |
| 63 | + <selectOption selector="{{AdminShipmentAddressInformationSection.shippingAddressSelector('1')}}" userInput="{$firstShippingAddressValue}" after="firstShippingAddressValue" stepKey="selectFirstShippingMethod"/> |
| 64 | + <waitForElementVisible selector="{{AdminShipmentAddressInformationSection.shippingAddressOptions('2','2')}}" stepKey="waitForSecondShippingAddress"/> |
| 65 | + <grabTextFrom selector="{{AdminShipmentAddressInformationSection.shippingAddressOptions('2','2')}}" after="selectFirstShippingMethod" stepKey="secondShippingAddressValue"/> |
| 66 | + <selectOption selector="{{AdminShipmentAddressInformationSection.shippingAddressSelector('2')}}" userInput="{$secondShippingAddressValue}" after="secondShippingAddressValue" stepKey="selectSecondShippingMethod"/> |
| 67 | + <waitForElementVisible selector="{{AdminShipmentAddressInformationSection.shippingAddressOptions('3','3')}}" stepKey="waitForThirdShippingAddress"/> |
| 68 | + <grabTextFrom selector="{{AdminShipmentAddressInformationSection.shippingAddressOptions('3','3')}}" after="selectSecondShippingMethod" stepKey="thirdShippingAddressValue"/> |
| 69 | + <selectOption selector="{{AdminShipmentAddressInformationSection.shippingAddressSelector('3')}}" userInput="{$thirdShippingAddressValue}" after="thirdShippingAddressValue" stepKey="selectThirdShippingMethod"/> |
| 70 | + <waitForElementVisible selector="{{AdminShipmentAddressInformationSection.shippingAddressOptions('4','4')}}" stepKey="waitForFourthShippingAddress"/> |
| 71 | + <grabTextFrom selector="{{AdminShipmentAddressInformationSection.shippingAddressOptions('4','4')}}" after="selectThirdShippingMethod" stepKey="fourthShippingAddressValue"/> |
| 72 | + <selectOption selector="{{AdminShipmentAddressInformationSection.shippingAddressSelector('4')}}" userInput="{$fourthShippingAddressValue}" after="fourthShippingAddressValue" stepKey="selectFourthShippingMethod"/> |
66 | 73 | <!-- Updating the address for shipping section -->
|
67 | 74 | <waitForElementClickable selector="{{SingleShippingSection.updateAddress}}" stepKey="waitForUpdateAddress"/>
|
68 | 75 | <click selector="{{SingleShippingSection.updateAddress}}" after="waitForUpdateAddress" stepKey="clickUpdateAddress"/>
|
|
0 commit comments