Skip to content

Commit

Permalink
OP-558: behat
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Oct 9, 2024
1 parent e5778f9 commit aee8ba9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Feature: Adding a new automatic blacklisting configuration
Scenario: Successfully adding a new automatic blacklisting configuration with max number of orders
When I go to the create automatic blacklisting configuration page
And I name it "First configuration"
And I select "United States" as channels
And I enable it
And I add the "Max number of orders" rule configured with count "5" and "Per day" as date modifier
And I do not want to add fraud suspicion row after exceeding limit
Expand All @@ -23,6 +24,7 @@ Feature: Adding a new automatic blacklisting configuration
Scenario: Successfully adding a new automatic blacklisting configuration
When I go to the create automatic blacklisting configuration page
And I name it "Second configuration"
And I select "United States" as channels
And I enable it
And I add the "Max number of payment failures" rule configured with count "3" and "Per day" as date modifier
And I want to add fraud suspicion row after exceeding limit
Expand All @@ -36,6 +38,7 @@ Feature: Adding a new automatic blacklisting configuration
Scenario: Successfully adding a new automatic blacklisting configuration with max number of payment failures
When I go to the create automatic blacklisting configuration page
And I name it "Third configuration"
And I select "United States" as channels
And I enable it
And I add the "Max number of payment failures" rule configured with count "3" and "Per day" as date modifier
And I do not want to add fraud suspicion row after exceeding limit
Expand All @@ -48,6 +51,7 @@ Feature: Adding a new automatic blacklisting configuration
When I go to the create automatic blacklisting configuration page
And I name it "Fourth configuration"
And I select "United States" as channels
And I select "United States" as channels
And I enable it
And I add the "Max number of orders" rule configured with count "5" and "Per day" as date modifier
And I want to add fraud suspicion row after exceeding limit
Expand Down

0 comments on commit aee8ba9

Please sign in to comment.