Skip to content

Commit

Permalink
v5.7.0: adobe MFTF adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebanolopes committed Mar 18, 2024
1 parent d795587 commit e106393
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Test/Mftf/Test/SignifydAcceptPreAuthCaseTest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title value="Pre auth case"/>
<description value="Validate pre auth case creation"/>
<severity value="CRITICAL"/>
<group value="checkout"/>
<group value="signifyd"/>
</annotations>
<before>
<!-- Set signifyd pre auth-->
Expand Down
2 changes: 1 addition & 1 deletion Test/Mftf/Test/SignifydRejectPreAuthCaseTest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title value="Pre auth case refused"/>
<description value="Order creation blocked at checkout"/>
<severity value="CRITICAL"/>
<group value="checkout"/>
<group value="signifyd"/>
</annotations>
<before>
<remove keyForRemoval="loginAsAdmin"/>
Expand Down
5 changes: 4 additions & 1 deletion Test/Mftf/Test/SignifydSuccessPostAuthCaseTest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title value="Post auth case"/>
<description value="Validate case creation"/>
<severity value="CRITICAL"/>
<group value="checkout"/>
<group value="signifyd"/>
</annotations>
<before>
<createData entity="_defaultCategory" stepKey="createCategory"/>
Expand All @@ -19,6 +19,9 @@
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>

<!-- Remove checkmo from restrict payment -->
<magentoCLI command="config:set signifyd/general/enabled 1" stepKey="enableExtension"/>

<!-- Remove checkmo from restrict payment -->
<magentoCLI command="config:set {{SignifydPaymentRestriction.path}} {{SignifydPaymentRestriction.value}}" stepKey="removePaymentRestriction"/>

Expand Down

0 comments on commit e106393

Please sign in to comment.