Skip to content

Commit

Permalink
Merge pull request #5769 from magento-pangolin/MTS-1023-2.4-develop
Browse files Browse the repository at this point in the history
MTS-1023: Enable PageBuilder extension by default in PR flow
  • Loading branch information
okolesnyk authored Jun 6, 2020
2 parents df34ecd + 3fa7bd2 commit b3d318d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
<group value="Multishipment"/>
<group value="SalesRule"/>
</annotations>
<before>
<magentoCLI command="config:set multishipping/options/checkout_multiple 1" stepKey="allowShippingToMultipleAddresses"/>
</before>
<after>
<magentoCLI command="config:set multishipping/options/checkout_multiple 0" stepKey="disableShippingToMultipleAddresses"/>
</after>
<actionGroup ref="AdminCreateCartPriceRuleActionsWithSubtotalActionGroup" before="goToProduct1" stepKey="createSubtotalCartPriceRuleActionsSection">
<argument name="ruleName" value="CartPriceRuleConditionForSubtotalForMultiShipping"/>
</actionGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
<before>
<!-- Login as Admin -->
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
<!-- Set configurations -->
<magentoCLI command="config:set multishipping/options/checkout_multiple 1" stepKey="allowShippingToMultipleAddresses"/>
<!-- Create simple products -->
<createData entity="SimpleSubCategory" stepKey="createCategory"/>
<createData entity="SimpleProduct" stepKey="firstProduct">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<createData entity="SimpleProduct2" stepKey="createProduct2"/>
<createData entity="Simple_US_Customer_Two_Addresses" stepKey="createCustomer"/>
<!-- Set configurations -->
<magentoCLI command="config:set {{EnableMultiShippingCheckoutMultiple.path}} {{EnableMultiShippingCheckoutMultiple.value}}" stepKey="allowShippingToMultipleAddresses"/>
<magentoCLI command="config:set {{EnableFreeShippingMethod.path}} {{EnableFreeShippingMethod.value}}" stepKey="enableFreeShipping"/>
<magentoCLI command="config:set {{EnableFlatRateShippingMethod.path}} {{EnableFlatRateShippingMethod.value}}" stepKey="enableFlatRateShipping"/>
<magentoCLI command="config:set {{EnableCheckMoneyOrderPaymentMethod.path}} {{EnableCheckMoneyOrderPaymentMethod.value}}" stepKey="enableCheckMoneyOrderPaymentMethod"/>
Expand All @@ -43,7 +42,6 @@
<!-- Need logout before customer delete. Fatal error appears otherwise -->
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="customerLogout"/>
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
<magentoCLI command="config:set {{DisableMultiShippingCheckoutMultiple.path}} {{DisableMultiShippingCheckoutMultiple.value}}" stepKey="withdrawShippingToMultipleAddresses"/>
<magentoCLI command="config:set {{DisableFreeShippingMethod.path}} {{DisableFreeShippingMethod.value}}" stepKey="disableFreeShipping"/>
<actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearAllOrdersGridFilters"/>
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
<before>
<!-- Login as Admin -->
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
<!-- Set configurations -->
<magentoCLI command="config:set multishipping/options/checkout_multiple 1" stepKey="allowShippingToMultipleAddresses"/>
<!-- Create two simple products -->
<createData entity="ApiCategory" stepKey="createCategory"/>
<createData entity="_defaultProduct" stepKey="createFirstProduct">
Expand Down

0 comments on commit b3d318d

Please sign in to comment.