Skip to content

Instantly share code, notes, and snippets.

@karlseguin
Created June 4, 2010 20:16
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 karlseguin/425886 to your computer and use it in GitHub Desktop.
Save karlseguin/425886 to your computer and use it in GitHub Desktop.
Scenario: Reverse view of results
Given the following results exists
| title | created_at |
| TipA | 2010-01-20 |
| TipB | 2010-02-10 |
When I am on the "result view" page
And I follow "Reverse Order"
Then I should see "TipB" before "TipA"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment