Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Draft edit features for post-auction emails
  • Loading branch information
adelevie committed Jun 30, 2016
1 parent 1193d3e commit 6f5d319
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions features/vendor_views_closed_auction.feature
Expand Up @@ -5,8 +5,10 @@ Feature: Vendor views closed auctions

Scenario: I am the winner
Given I am an authenticated vendor
And I have won an auction
When I visit the auction page
And I am going to win an auction
And I have not received an email notifying me that I won
When the auction ends
And I visit the auction page
Then I should see the auction had a winning bid with name
And I should see I am the winner
And I should see when the auction started
Expand All @@ -16,8 +18,10 @@ Feature: Vendor views closed auctions

Scenario: I am not the winner
Given I am an authenticated vendor
And I have lost an auction
When I visit the auction page
And I am going to lose an auction
And I have not received an email notifying me that I won
When the auction ends
And I visit the auction page
Then I should see the auction had a winning bid with name
Then I should see I am not the winner
And I should see when the auction started
Expand Down

0 comments on commit 6f5d319

Please sign in to comment.