Created
April 21, 2010 15:14
-
-
Save richdownie/373938 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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