|
57 | 57 | <actionGroup ref="OpenStoreFrontCheckoutShippingPageActionGroup" stepKey="goToShippingPage"/> |
58 | 58 | <!-- Guest checkout --> |
59 | 59 | <actionGroup ref="FillGuestCheckoutShippingAddressFormActionGroup" stepKey="goToShippingAndFillDetails"> |
60 | | - <argument name="customerAddress" value="US_Address_CA"/> |
| 60 | + <argument name="customerAddress" value="US_CA_Address"/> |
61 | 61 | </actionGroup> |
62 | 62 | <selectOption selector="{{CheckoutShippingSection.region}}" userInput="California" stepKey="fillStateField"/> |
63 | 63 | <waitForPageLoad stepKey="waitForChangeAfterStateLoad"/> |
64 | | - <actionGroup ref="StorefrontCheckForFlatRateShippingMethodAvailabilityActionGroup" stepKey="verifyShippingMethod"/> |
| 64 | + <actionGroup ref="CheckForFlatRateShippingMethodAvailabilityActionGroup" stepKey="verifyShippingMethod"/> |
65 | 65 | <waitForElementVisible selector="{{CheckoutShippingMethodsSection.shippingMethodDhlLabel}}" stepKey="waitForDHLLabelVisible"/> |
66 | 66 | <waitForElementNotVisible selector="{{CheckoutShippingMethodsSection.shippingMethodDhlWorldWideExpress}}" stepKey="waitForDHLPriceNotVisibleAfterStateChange"/> |
67 | 67 | <waitForElementNotVisible selector="{{CheckoutShippingMethodsSection.shippingMethodFreeShipping}}" stepKey="waitForFreeShippingNotVisible"/> |
68 | 68 | <waitForElementNotVisible selector="{{CheckoutShippingMethodsSection.shippingMethodFreeShippingLabel}}" stepKey="waitForFreeShippingLabelNotVisible"/> |
69 | 69 | <!-- Change country value --> |
70 | 70 | <selectOption selector="{{CheckoutShippingSection.country}}" userInput="Afghanistan" stepKey="fillCountryField"/> |
71 | 71 | <waitForPageLoad stepKey="waitForChangeAfterCountryLoad"/> |
72 | | - <actionGroup ref="StorefrontCheckForFlatRateShippingMethodAvailabilityActionGroup" stepKey="verifyShippingMethodAfterCountryChange"/> |
| 72 | + <actionGroup ref="CheckForFlatRateShippingMethodAvailabilityActionGroup" stepKey="verifyShippingMethodAfterCountryChange"/> |
73 | 73 | <waitForElementVisible selector="{{CheckoutShippingMethodsSection.shippingMethodFreeShipping}}" stepKey="waitForFreeShippingVisibleAfterCountryChange"/> |
74 | 74 | <waitForElementVisible selector="{{CheckoutShippingMethodsSection.shippingMethodFreeShippingLabel}}" stepKey="waitForFreeShippingLabelVisibleAfterCountryChange"/> |
75 | 75 | <waitForElementVisible selector="{{CheckoutShippingMethodsSection.shippingMethodDhlLabel}}" stepKey="waitForDHLLabelVisibleAfterCountryChange"/> |
|
79 | 79 | <selectOption selector="{{CheckoutShippingSection.country}}" userInput="United Kingdom" stepKey="fillCountry"/> |
80 | 80 | <fillField selector="{{CheckoutShippingSection.city}}" userInput="London" stepKey="fillCity"/> |
81 | 81 | <fillField selector="{{CheckoutShippingSection.postcode}}" userInput="N14 5JP" stepKey="fillPostcode"/> |
82 | | - <actionGroup ref="StorefrontCheckForFlatRateShippingMethodAvailabilityActionGroup" stepKey="verifyShippingMethodAfterNewData"/> |
| 82 | + <actionGroup ref="CheckForFlatRateShippingMethodAvailabilityActionGroup" stepKey="verifyShippingMethodAfterNewData"/> |
83 | 83 | <waitForElementNotVisible selector="{{CheckoutShippingMethodsSection.shippingMethodFreeShipping}}" stepKey="waitForFreeShippingVisibleAfterNewFormData"/> |
84 | 84 | <waitForElementNotVisible selector="{{CheckoutShippingMethodsSection.shippingMethodFreeShippingLabel}}" stepKey="waitForFreeShippingLabelVisibleAfterNewFormData"/> |
85 | | - <actionGroup ref="StorefrontVerifyDHLShippingMethodIsVisibilityActionGroup" stepKey="dhlShippingVisibility"/> |
| 85 | + <actionGroup ref="VerifyDHLShippingMethodIsVisibilityActionGroup" stepKey="dhlShippingVisibility"/> |
86 | 86 | <after> |
87 | 87 | <deleteData createDataKey="createCategory" stepKey="deleteCategory"/> |
88 | 88 | <deleteData createDataKey="createSimpleProduct" stepKey="deleteProduct"/> |
|
0 commit comments