Created
July 26, 2012 05:41
-
-
Save seyyah/3180455 to your computer and use it in GitHub Desktop.
This file contains 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
# v1: <https://gist.github.com/3180455> | |
@question_new_form | |
Scenario: I should be able to see New Question Form | |
Given I am logged as "author" | |
And I have "author, osce_author" roles | |
When I visit the questions list page | |
And I click link titled "New" in the "Page Header Actions" section | |
Then I should see "New Question" named "Form" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment