We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I want to be able to delete a bike, so that bikes that were mistakenly entered into the system can be removed
Given I am a logged in user When I view the Bike List Then Each bike listed should include a delete button if that bike has no associated work orders
delete
Given I am viewing the bike list When a bike has any open or closed associated work orders Then no delete button is presented
Given I wish to delete a bike When I click on the delete button Then the bike is removed from the system and disappears from the bike list
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a user, I want to be able to delete a bike, so that bikes that were mistakenly entered into the system can be removed
Given I am a logged in user
When I view the Bike List
Then Each bike listed should include a
delete
button if that bike has no associated work ordersGiven I am viewing the bike list
When a bike has any open or closed associated work orders
Then no delete button is presented
Given I wish to delete a bike
When I click on the delete button
Then the bike is removed from the system and disappears from the bike list
The text was updated successfully, but these errors were encountered: