Merge pull request #377 from gopesht/add_email_settings_to_user_accounts
Add email settings to user accounts
This commit is contained in:
commit
d4074b798e
17 changed files with 179 additions and 52 deletions
|
|
@ -130,7 +130,7 @@ feature Event do
|
|||
|
||||
# Register for conference
|
||||
find('#register').click
|
||||
expect(flash).to eq('You are now registered.')
|
||||
expect(flash).to eq('You are now Registered and will be receiving Email Notifications.')
|
||||
|
||||
# Withdraw proposal
|
||||
visit conference_proposal_index_path(conference.short_title)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue