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 4040 <deleteData createDataKey =" createProduct" stepKey =" deleteProduct" />
4141 <deleteData createDataKey =" createCategory" stepKey =" deleteCategory" />
4242 <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 -->
4353 <comment userInput =" BIC workaround" stepKey =" logoutCustomer" />
4454 </after >
4555 <!-- Add simple product to cart and go to checkout-->
You can’t perform that action at this time.
0 commit comments