tweet_tool_mailings_signup.feature 452 B

123456789101112
  1. @javascript
  2. Feature: Users can sign up for mailings on tweet action pages
  3. Background: Tweet actions should include an sign up form for mailings
  4. Given A tweet petition targeting senate exists
  5. When I browse to the action page
  6. Then I should see a sign up form for mailings
  7. When I enter the email "me@test.com" and click Sign Up
  8. And I wait for the tweet submission to succeed
  9. Then "me@test.com" should be signed up for mailings