Skip to content

Instantly share code, notes, and snippets.

@mattgibson
Last active August 29, 2015 14:11
Show Gist options
  • Save mattgibson/66d71b62c426dd71a327 to your computer and use it in GitHub Desktop.
Save mattgibson/66d71b62c426dd71a327 to your computer and use it in GitHub Desktop.
Basic Moodle Cucumber scenario
Scenario: Navigating to the new activity form
Given I am on the course page
When I click on the new activity button
And I enter the details of a new activity and save the form
Then I should be on the page for the new activity
And I should see the details of the new activity on the page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment