File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 21
21
22
22
<before >
23
23
<createData entity =" SimpleTwo" stepKey =" createSimpleProduct" />
24
+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" login" />
25
+ <!-- Customer address validation rule to none -->
26
+ <actionGroup ref =" AdminGoToCustomerAddressActionGroup" stepKey =" GoToCustomerAddressRollBack" />
27
+ <actionGroup ref =" AdminCustomerAddressAttributeEditValidationRuleRollbackActionGroup" stepKey =" editCustomerAddressPropertiesRollBack" >
28
+ <argument name =" inputValidation" value =" None" />
29
+ </actionGroup >
30
+ <actionGroup ref =" AssertMessageInAdminPanelActionGroup" stepKey =" seeSuccessSaveCustomerAddressAttrRollBack" >
31
+ <argument name =" message" value =" You saved the customer address attribute." />
32
+ </actionGroup >
24
33
25
34
<!-- Enable payment method -->
26
35
<magentoCLI command =" config:set {{PurchaseOrderEnableConfigData.path}} {{PurchaseOrderEnableConfigData.value}}" stepKey =" enablePaymentMethod" />
You can’t perform that action at this time.
0 commit comments