Skip to content
New issue

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

UI for Delete Items on a Wishlist #81

Open
sp7105 opened this issue Apr 3, 2023 · 0 comments
Open

UI for Delete Items on a Wishlist #81

sp7105 opened this issue Apr 3, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sp7105
Copy link
Contributor

sp7105 commented Apr 3, 2023

As a user
I need to be able to delete an item
So that I can remove items from a wishlist

Details and Assumptions

  • lab-flask-bdd has the code for this effort
    *Create a BDD .feature file and accompanying steps.py files to
    test your RESTful API from the outside in.
    *Write the features using Gherkin syntax that is understood by the
    behave tool
    *Run these using behave until all scenarios are green (passing)
    *Use Selenium to conduct your UI testing. There should be no direct
    connection to your service from your BDD tests. It should interact
    with the web interface only

Acceptance Criteria

Given a user has a wishlist
When clicking to delete an item
Then that item will be removed from the wishlist
@sp7105 sp7105 added the enhancement New feature or request label Apr 3, 2023
@sp7105 sp7105 changed the title UI for Delete Items UI for Delete Items on a Wishlist Apr 3, 2023
@NealRyan NealRyan self-assigned this Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants