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 collaboratorEdit User
As a registered user of the website
I want to delete my user profile
so I can close my account
- Scenarios
-
- I sign in and delete my account
-
- Given
- I am logged in
- When
- I delete my account
- Then
- I should see an account deleted message
- I create a new subscription and delete my account
-
Given: I am on the home page
- When
- I follow the subscribe for silver path
- Then
- I should see "Silver Subscription Plan"
- Given
-
I fill in the following:
Name Testy ShortLived Email [email protected] user_password secret_password user_password_confirmation secret_password Credit Card Number 4242424242424242 card_code 111 - Then
- I select "5 - May" as the "month"
- And
- I select "2015" as the "year"
- When
- I press "Sign up"
- Then
- I should be on the "content silver" page
- And
- I should see a successful sign up message
- When
- I delete my account
- Then
- I should see an account deleted message
Last published over 7 years ago by elgalu.