File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
CheckoutAgreements/Test/Mftf/Test
MediaGalleryUi/Test/Mftf/Test Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 </annotations >
2222 <before >
2323 <magentoCLI command =" config:set checkout/options/enable_agreements 1" stepKey =" setEnableTermsOnCheckout" />
24-
24+ < magentoCLI command = " config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}} " stepKey = " enableFlatRate " />
2525 <createData entity =" SimpleTwo" stepKey =" createProduct" />
2626 <magentoCron stepKey =" runCronIndex" groups =" index" />
2727
2828 <actionGroup ref =" AdminLoginActionGroup" stepKey =" adminLogin" />
2929 </before >
3030 <after >
3131 <magentoCLI command =" config:set checkout/options/enable_agreements 0" stepKey =" setDisableTermsOnCheckout" />
32+ <magentoCLI command =" config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey =" disableFlatRate" />
3233 <deleteData createDataKey =" createProduct" stepKey =" deletedProduct" />
3334
3435 <actionGroup ref =" AdminTermsConditionsOpenGridActionGroup" stepKey =" openTermsGridToDelete" />
Original file line number Diff line number Diff line change 2323
2424 <!-- Step2 Disabled Old Media Gallery and Page Builder -->
2525 <magentoCLI command =" config:set {{MediaGalleryConfigDataEnabled.path}} {{MediaGalleryConfigDataEnabled.value}}" stepKey =" disabledOldMediaGallery" />
26- <magentoCLI command = " config:set cms/pagebuilder/enabled 0 " stepKey =" disablePageBuilder" />
26+ <comment userInput = " Comment is added to preserve the step key for backward compatibility " stepKey =" disablePageBuilder" />
2727 <magentoCLI command =" cache:clean config" stepKey =" flushCache" />
2828 </before >
2929 <after >
3030 <magentoCLI command =" config:set {{MediaGalleryConfigDataDisabled.path}} {{MediaGalleryConfigDataDisabled.value}}" stepKey =" enableOldMediaGallery" />
31- <magentoCLI command = " config:set cms/pagebuilder/enabled 1 " stepKey =" enablePageBuilder" />
31+ <comment userInput = " Comment is added to preserve the step key for backward compatibility " stepKey =" enablePageBuilder" />
3232 <magentoCLI command =" cache:clean config" stepKey =" flushCache" />
3333 </after >
3434
Original file line number Diff line number Diff line change 2626 <createData entity =" defaultSimpleProduct" stepKey =" createProduct" >
2727 <requiredEntity createDataKey =" createCategory" />
2828 </createData >
29+ <magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
2930 </before >
3031 <after >
3132 <deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
Original file line number Diff line number Diff line change 1818 <testCaseId value =" MC-27895" />
1919 <group value =" user" />
2020 <group value =" mtf_migrated" />
21- <skip >
22- <issueId value =" AC-7467" />
23- </skip >
2421 </annotations >
2522 <before >
2623 <actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
3128 <!-- Create New Role-->
3229 <actionGroup ref =" AdminStartCreateUserRoleActionGroup" stepKey =" startCreateUserRole" >
3330 <argument name =" roleName" value =" {{roleSales.name}}" />
31+ <argument name =" userPassword" value =" {{_ENV.MAGENTO_ADMIN_PASSWORD}}" />
3432 </actionGroup >
3533 <actionGroup ref =" AdminSaveUserRoleActionGroup" stepKey =" saveNewRole" />
3634 </before >
You can’t perform that action at this time.
0 commit comments