Skip to content

Commit

Permalink
fix: deleted broken code
Browse files Browse the repository at this point in the history
  • Loading branch information
whykay-01 committed Apr 28, 2024
1 parent 19ec69f commit ac1614b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions features/shopcarts.feature
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,6 @@ Feature: The shopcarts service back-end
And I press the "Update Shopcart" button
Then I should see the message "Success"

# DELETE A SHOPCART
Scenario: Delete a shopcart
When I visit the "Home Page"
And I set the "Shopcart User ID" to "3"
And I press the "Search" button
Then I should see the message "Success"
And I should see "Shopcart User ID 3" in the results
When I press the "Delete" button
Then I should see the message "Shopcart has been deleted!"
When I press the "Search" button
Then I should see the message "Success"
And I should not see "Shopcart User ID 3" in the results

# CREATE AN ITEM
Scenario: Create an item
When I visit the "Home Page"
Expand Down

0 comments on commit ac1614b

Please sign in to comment.