To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorCheckout page
In order to pay for content of Cart
As a buyer
I need paying page
- Scenarios
-
- Getting to checkout
- Showing existing customer form
- Registering on checkout
- Adding license address
- Adding shipping address
- Logging for checkout
- Reporting errors in input
- Reporting errors in license address
- Checking without EULA read
- Unchecking eula
- Getting to checkout
-
- Given
- I added font to cart
- When
- I checkout
- Then
- I should see 'Returning customer'
- And
- I should see 'New customer'
- Showing existing customer form
-
- Given
- I added font to cart
- When
- I checkout
- Then
- I should see Login form
- Registering on checkout
-
- Given
- I added font to cart
- And
- I checkout
- And
- I fill in billing address
- And
- I fill in account info
- When
- I continue
- Then
- I should see 'Joska Koska' customer is logged
- Adding license address
-
- Given
- I added font to cart
- And
- I checkout
- When
- I check that license address differs
- Then
- I should see license address form
- Adding shipping address
-
- Given
- I added font to cart
- And
- I checkout
- When
- I check that shipping address differs
- Then
- I should see shipping address form
- Logging for checkout
-
- Given
- I registered before
- And
- I added font to cart
- And
- I checkout
- And
- I login with account info
- When
- I continue
- Then
- I should see 'Confirm order'
- Reporting errors in input
-
- Given
- I added font to cart
- And
- I checkout
- And
- I fill in billing address with first name forgotten
- And
- I fill in account info
- When
- I continue
- Then
- I should see error on 'First name'
- Reporting errors in license address
-
- Given
- I added font to cart
- And
- I checkout
- And
- I fill in billing address
- And
- I fill in account info
- And
- I check that license address differs
- And
- I fill in license address with organisation forgotten
- When
- I continue
- Then
- I should see error on 'Organisation'
- Checking without EULA read
-
- Given
- I added font to cart
- When
- I checkout without checking EULA
- Then
- I should see I have to read EULA
- Unchecking eula
-
This scenario does not have any steps.
Last published almost 7 years ago by pepe.