File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 40
40
<deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
41
41
<deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
42
42
<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 -->
43
53
<comment userInput =" BIC workaround" stepKey =" logoutCustomer" />
44
54
</after >
45
55
<!-- Add simple product to cart and go to checkout-->
You can’t perform that action at this time.
0 commit comments