Skip to content

Instantly share code, notes, and snippets.

@wshaddix
Created May 21, 2012 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wshaddix/2763445 to your computer and use it in GitHub Desktop.
Save wshaddix/2763445 to your computer and use it in GitHub Desktop.
Scenario: Creating a message with a name greater than 75 characters should fail
And I fill in "Name" with "NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN"
And I press "Create Message"
Then I should see "Message was not successfully created."
And I should see "Name can't be more than 75 characters."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment