Skip to content

Commit

Permalink
remove "show me the page" from new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
armandofox committed Nov 30, 2023
1 parent d23d483 commit 5121e44
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions features/store/min_and_max_sales_per_transaction.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ Feature: enforce minimum and maximum sales per transaction for a particular vouc
Given 1 "General" tickets have been sold for "Oct 1, 2010, 7pm"
When I go to the store page
Then the "General - $10.00" menu should have options: 0;3;4
Then show me the page

Scenario: cannot add fewer than minimum tickets per transaction to cart, nor more than available

Given 2 "General" tickets have been sold for "Oct 1, 2010, 7pm"
When I go to the store page
Then the "General - $10.00" menu should have options: 0;3
Then show me the page

Scenario: when minimum purchase per txn exceeds number of tickets of that type remaining, should show as sold out

Expand Down

0 comments on commit 5121e44

Please sign in to comment.