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 collaboratorEmail preferences page
As a user
In order to be informed about loomio activity in a way that is helpful and not annoying
I want to control when loomio will send me emails
- Background
-
- Given
- there is a user "Ben"
- And
- there is a group "Pals"
- And
- "Ben" belongs to "Pals"
- And
- I login as "[email protected]"
- Scenarios
-
- User enables daily email
- User disables daily email
- User enables 24 hour proposal close notification
- User disables 24 hour proposal close notification
- User enables mention email notifications
- User disables mention email notifications
- User enables group notifications
- User disables group notifications
- User enables daily email
-
- When
- I visit the email preferences page
- And
- I check "user_subscribed_to_daily_activity_email"
- And
- I click "Update preferences"
- Then
- I should be subscribed to the daily actitivy email
- User disables daily email
-
- Given
- I am subscribed to the daily activity email
- When
- I visit the email preferences page
- And
- I uncheck "user_subscribed_to_daily_activity_email"
- And
- I click "Update preferences"
- Then
- I should not be subscribed to the daily actitivy email
- User enables 24 hour proposal close notification
-
- When
- I visit the email preferences page
- And
- I check "user_subscribed_to_proposal_closure_notifications"
- And
- I click "Update preferences"
- Then
- I should be subscribed to proposal closure notification emails
- User disables 24 hour proposal close notification
-
- When
- I visit the email preferences page
- And
- I uncheck "user_subscribed_to_proposal_closure_notifications"
- And
- I click "Update preferences"
- Then
- I should not be subscribed to proposal closure notification emails
- User enables mention email notifications
-
- Given
- I am not subscribed to mention email notifications
- When
- I visit the email preferences page
- And
- I check "user_subscribed_to_mention_notifications"
- And
- I click "Update preferences"
- Then
- I should be subscribed to mention notifications
- User disables mention email notifications
-
- Given
- I am subscribed to mention email notifications
- When
- I visit the email preferences page
- And
- I uncheck "user_subscribed_to_mention_notifications"
- And
- I click "Update preferences"
- Then
- I should not be subscribed to mention notifications
- User enables group notifications
-
- When
- I visit the email preferences page
- And
- I check "Pals"
- And
- I click "Update preferences"
- Then
- I should be subscribed to group notifications about "Pals"
- User disables group notifications
-
- Given
- I am subscribed to group notifications about "Pals"
- When
- I visit the email preferences page
- And
- I uncheck "Pals"
- And
- I click "Update preferences"
- Then
- I should not be subscribed to group notifications about "Pals"
Last published over 7 years ago by Loomio Project.