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 21
21
</annotations >
22
22
<before >
23
23
<magentoCLI command =" config:set checkout/options/enable_agreements 1" stepKey =" setEnableTermsOnCheckout" />
24
-
24
+ < magentoCLI command = " config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}} " stepKey = " enableFlatRate " />
25
25
<createData entity =" SimpleTwo" stepKey =" createProduct" />
26
26
<magentoCron stepKey =" runCronIndex" groups =" index" />
27
27
28
28
<actionGroup ref =" AdminLoginActionGroup" stepKey =" adminLogin" />
29
29
</before >
30
30
<after >
31
31
<magentoCLI command =" config:set checkout/options/enable_agreements 0" stepKey =" setDisableTermsOnCheckout" />
32
+ <magentoCLI command =" config:set {{DisableFlatRateConfigData.path}} {{DisableFlatRateConfigData.value}}" stepKey =" disableFlatRate" />
32
33
<deleteData createDataKey =" createProduct" stepKey =" deletedProduct" />
33
34
34
35
<actionGroup ref =" AdminTermsConditionsOpenGridActionGroup" stepKey =" openTermsGridToDelete" />
Original file line number Diff line number Diff line change 23
23
24
24
<!-- Step2 Disabled Old Media Gallery and Page Builder -->
25
25
<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" />
27
27
<magentoCLI command =" cache:clean config" stepKey =" flushCache" />
28
28
</before >
29
29
<after >
30
30
<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" />
32
32
<magentoCLI command =" cache:clean config" stepKey =" flushCache" />
33
33
</after >
34
34
Original file line number Diff line number Diff line change 26
26
<createData entity =" defaultSimpleProduct" stepKey =" createProduct" >
27
27
<requiredEntity createDataKey =" createCategory" />
28
28
</createData >
29
+ <magentoCLI command =" config:set {{EnableFlatRateConfigData.path}} {{EnableFlatRateConfigData.value}}" stepKey =" enableFlatRate" />
29
30
</before >
30
31
<after >
31
32
<deleteData createDataKey =" createCustomer" stepKey =" deleteCustomer" />
Original file line number Diff line number Diff line change 18
18
<testCaseId value =" MC-27895" />
19
19
<group value =" user" />
20
20
<group value =" mtf_migrated" />
21
- <skip >
22
- <issueId value =" AC-7467" />
23
- </skip >
24
21
</annotations >
25
22
<before >
26
23
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
31
28
<!-- Create New Role-->
32
29
<actionGroup ref =" AdminStartCreateUserRoleActionGroup" stepKey =" startCreateUserRole" >
33
30
<argument name =" roleName" value =" {{roleSales.name}}" />
31
+ <argument name =" userPassword" value =" {{_ENV.MAGENTO_ADMIN_PASSWORD}}" />
34
32
</actionGroup >
35
33
<actionGroup ref =" AdminSaveUserRoleActionGroup" stepKey =" saveNewRole" />
36
34
</before >
You can’t perform that action at this time.
0 commit comments