PRECONDITION: user logged in, on auction page viewing an expired auction ACTION: Place bid RESULT: bid accepted EXPECTED: System should display a message indicating that the auction is now closed. System should not accept new bids
Wrapped bid area in panel that is set to visible=false on page load when enddate > datetime.now()
Will eventually add a notification on the auction.aspx page notifying users who are too stupid to look at the date that the auction is done.
Fully functional. Closed auctions now display a message stating that bidding has been closed. tested and working.
Log in to post a comment.
Wrapped bid area in panel that is set to visible=false on page load when enddate > datetime.now()
Will eventually add a notification on the auction.aspx page notifying users who are too stupid to look at the date that the auction is done.
Last edit: Robert Mengel 2013-04-13
Fully functional. Closed auctions now display a message stating that bidding has been closed. tested and working.