Merge branch 'wip-mdl-48426-m28' of https://github.com/rajeshtaneja/moodle into MOODLE_28_STABLE

This commit is contained in:
Sam Hemelryk
2014-12-09 12:13:36 +13:00
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -193,6 +193,9 @@ class behat_hooks extends behat_base {
behat_context_helper::set_session($session);
}
// Reset mink session between the scenarios.
$session->reset();
// Reset $SESSION.
\core\session\manager::init_empty_session();
@@ -40,6 +40,7 @@ Feature: Users can comment on wiki pages
And I set the following fields to these values:
| Comment | student 1 original comment |
And I press "Save"
And I wait to be redirected
@javascript
Scenario: Student can edit and delete their own comment