Skip to content

Instantly share code, notes, and snippets.

@seyyah
Created July 26, 2012 05:33
Show Gist options
  • Select an option

  • Save seyyah/3180439 to your computer and use it in GitHub Desktop.

Select an option

Save seyyah/3180439 to your computer and use it in GitHub Desktop.
# 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"
@seyyah
Copy link
Copy Markdown
Author

seyyah commented Jul 26, 2012

b2c6a0b temelinde başlarken,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment