Feature: One-click unsubscribe As a user with notifications enabled I want to be able to unsubscribe from notificationsScenario: Unsubscribe when not logged inGiven I am an edX userAnd I am not logged inAnd I have notifications enabledWhen I access my unsubscribe urlThen my notifications should be disabledAnd I should see "Unsubscribe Successful!" somewhere on the pageAnd I should see "Click here to return to your dashboard" somewhere on the pageAnd I should see a link to "/dashboard" with the text "here"Scenario: Unsubscribe when logged inGiven I am a logged in userAnd I have notifications enabledWhen I access my unsubscribe urlThen my notifications should be disabledAnd I should see "Unsubscribe Successful!" somewhere on the pageAnd I should see "Click here to return to your dashboard" somewhere on the pageAnd I should see a link to "/dashboard" with the text "here"