You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2019. It is now read-only.
So that I can correct errors in my sealed bid or update it when I get more information, as a vendor, I should be able to do this via the UI
Scenario: Vendor sees way to update a sealed bid
Given I am an authenticated vendor
And I've already bid on a sealed auction
And the sealed auction has not yet ended
When I go to the show page for that auction
I should see a button labeled "Update bid amount" in the status box
Scenario: Vendor clicks "Update bid" button for sealed bid
When I click on the "Update bid amount" button
Then I should see the bid input form again
And in the top of the status box I should see this message
And my bid should be pre-populated in the input box
And I should see a button labeled "Update bid"
And I should see a button labeled "Cancel"
Scenario: Vendor updates sealed bid
And I change my bid
When I click the "Update bid" button
And there are no errors
Then my new bid should be saved
And I should see the following message
Notes
See below for style
The text was updated successfully, but these errors were encountered: