Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request to make the cukes work #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions features/users/sign_up_with_recurly.feature
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Feature: User signs up with Recurly
And I select "2016" as the "year"
When I press "Sign up"
Then I should be on the new silver user registration page
And I should see "Billing info verification value must be three or four digits"
And I should see "Billing info verification value must be three digits"

@javascript
Scenario: With declined card
Expand All @@ -69,6 +69,6 @@ Feature: User signs up with Recurly
And I select "2016" as the "year"
When I press "Sign up"
Then I should be on the new silver user registration page
And I should see "The transaction was declined"
And I should see "Your card was declined"