Sha256: 94bcacb6d930f16f420fca63e48b9f7492117178a83ce883f7d0a3101bc0594d
Contents?: true
Size: 438 Bytes
Versions: 2
Compression:
Stored size: 438 Bytes
Contents
Feature: View Order In order to provide secure access to the user's order A User Should be able to view their cart at any time Scenario: User returns to their empty cart When I go to the cart page Then I should see "Your cart is empty" Scenario: User returns to their empty cart Given I am on the cart page When I go to the home page And I return to the cart page Then I should see "Your cart is empty"
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
MyCommerceapi-1.0.0 | auth/features/order.feature |
MyCommerce-0.0.3 | auth/features/order.feature |