|
35 | 35 | <after>
|
36 | 36 | <!-- Disable shipping method for customer with default address -->
|
37 | 37 | <comment userInput="config:set DisableFlatRateConfigData.path DisableFlatRateConfigData.value" stepKey="disableFlatRate"/>
|
| 38 | + |
38 | 39 | <!--Logout from customer account-->
|
39 | 40 | <actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutStorefront"/>
|
40 | 41 | <deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
|
41 | 42 | <deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
|
42 | 43 | <deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
|
43 |
| - <!-- set shipping as default --> |
44 |
| - <actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/> |
45 |
| - <actionGroup ref="AdminOpenShippingMethodsConfigPageActionGroup" stepKey="openShippingMethodConfigPage"/> |
46 |
| - <conditionalClick selector="{{AdminShippingMethodFlatRateSection.carriersFlatRateTab}}" dependentSelector="{{AdminShippingMethodFlatRateSection.carriersFlatRateActive}}" visible="false" stepKey="expandFlatRateTab"/> |
47 |
| - <click selector="{{AdminShippingMethodFlatRateSection.carriersEnableFlatRateActive}}" stepKey="useDefaultValue"/> |
48 |
| - <click selector="{{AdminConfigSection.saveButton}}" stepKey="saveConfigs"/> |
49 |
| - <waitForPageLoad stepKey="waitForPageLoad"/> |
50 |
| - <see selector="{{AdminCategoryMessagesSection.SuccessMessage}}" userInput="You saved the configuration." stepKey="seeSuccessMessage"/> |
51 |
| - <actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/> |
52 |
| - <!-- set shipping as default --> |
| 44 | + |
| 45 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="loginAsAdmin"/> |
| 46 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="openShippingMethodConfigPage"/> |
| 47 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="expandFlatRateTab"/> |
| 48 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="useDefaultValue"/> |
| 49 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="saveConfigs"/> |
| 50 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForPageLoad"/> |
| 51 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="seeSuccessMessage"/> |
| 52 | + <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="logout"/> |
53 | 53 | <comment userInput="BIC workaround" stepKey="logoutCustomer"/>
|
54 | 54 | </after>
|
55 | 55 | <!-- Add simple product to cart and go to checkout-->
|
|
0 commit comments