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 collaboratorJoining the newsletter
In order receive emails with deals
As a customer
I need form for it
- Scenarios
-
- Joining newsletter with valid email
- Trying to join second time with same email
- Trying to join with invalid email
- Subscribing to newsletter list as customer
- Joining newsletter with valid email
-
- Given
- I visit the home page
- When
- I join with valid address
- Then
- I should see I was subscribed
- Trying to join second time with same email
-
- Given
- I visit the home page
- And
- I joined with valid address
- When
- I join with same address
- Then
- I should see that mail is already subscribed
- Trying to join with invalid email
-
- Given
- I visit the home page
- When
- I join with invalid address
- Then
- I should see that mail is invalid
- Subscribing to newsletter list as customer
-
- Given
- I registered before
- And
- I log in
- And
- I go to my profile
- When
- I check that I want to receive newsletter and save profile
- Then
- I should see that I am subscribed to newsletter
Last published almost 7 years ago by pepe.