Update "reply" notification email to add unsubscribe link
We modified the link that previously redirected us to the "My content" page to redirect us to the new page for managing subscriptions. We also adapted the existing generic text by adding a description of the related notification.
This commit is contained in:
@@ -176,6 +176,9 @@ describe "System Emails" do
|
||||
expect(page).to have_content reply.body
|
||||
|
||||
expect(page).to have_link "Let's do...", href: comment_url(reply, host: app_host)
|
||||
expect(page).to have_link("Notifications",
|
||||
href: edit_subscriptions_url(token: user.subscriptions_token,
|
||||
host: app_host))
|
||||
end
|
||||
|
||||
scenario "#direct_message_for_receiver" do
|
||||
|
||||
Reference in New Issue
Block a user