Created
July 26, 2012 05:33
-
-
Save seyyah/3180439 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
| # NOT: v2: <https://gist.github.com/3180446> | |
| # v1 | |
| @question_new | |
| Scenario: I should be able to new/create Question | |
| 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 | |
| And I fill the form with: | |
| | title_tr | question_tr | | |
| | foo | bar | | |
| And I select "Anatomy" from "Question Discipline" | |
| And I click link titled "Save" in the "Page Header Actions" section | |
| Then I should see "Successfully create question" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
b2c6a0b temelinde başlarken,