nyu-devops-wishlists / wishlists

This repo is for the development of the wishlists feature of the e-commerce website
Apache License 2.0
0 stars 1 forks source link

Delete Wishlist Scenario #90

Closed rudi116 closed 4 years ago

rudi116 commented 4 years ago

As a developer I need to make sure that a wishlist can be deleted in the UI So that I know the "Delete" function is working properly

Assumptions: -The feature file is written using the Gherkin syntax understood by the behave tool -The .feature and .steps files are created

Acceptance Criteria: Given I have the test scenario When I run behave Then the test should pass