Skip to content

Instantly share code, notes, and snippets.

@richdownie
Created April 21, 2010 15:14
Show Gist options
  • Save richdownie/373938 to your computer and use it in GitHub Desktop.
Save richdownie/373938 to your computer and use it in GitHub Desktop.
rdownie@upstate ~/rich_web/github_stuff/rollstream (git::master) $ cat features/issue_simple_search.feature
Feature: UI Search Scenarios that require no data
Background:
Given I login as a Community Administrator
@production
Scenario: Cancel out of Save Search
Given I am on the issues page
And I click the "Save Search" link
And I wait for "2" seconds
And The Issues Save Search Name gets saved with "PING"
And I click the "Cancel" button
And I click the "Logout" link
@wip
Scenario: Toggle Search Area for Issues DEV-3936
Given I am on the issues page
And I click the "Show Search" link
And I click the "Hide Search" linkrdownie@upstate ~/rich_web/github_stuff/rollstream (git::master) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment