Sha256: 5747fbade0d16f715195d438c64628691630978a771a42e1082769ec765fdaf0

Contents?: true

Size: 636 Bytes

Versions: 4

Compression:

Stored size: 636 Bytes

Contents

Feature: Checkout page should include terms and conditions

  In order to purchase a product
  As a customer
  I have to agree to the terms and conditions

  Scenario: Display terms and conditions at checkout page
    Given I have a product in my cart
    And I am at the checkout page
    Then I should see "Terms And Conditions"
    And I should see "I accept the terms and conditions for the website"
    When I want to finish the checkout without accepting the terms
    Then I should see "Terms and conditions must be accepted"
    When I want to finish the checkout and accepting the terms
    Then I should be at the payment page

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
spree_terms_and_conditions-2.2.2 features/spree/terms_and_conditions.feature
spree_terms_and_conditions-2.2.1 features/spree/terms_and_conditions.feature
spree_terms_and_conditions-2.1.6 features/spree/terms_and_conditions.feature
spree_terms_and_conditions-2.1.5 features/spree/terms_and_conditions.feature