MDL-43404 behat: Fix add_scorm.feature regression

Also adding more compatibility with phantomjs tagging
features without @_switch_window and @_only_local.
This commit is contained in:
David Monllao
2013-12-19 16:24:36 +08:00
parent 3dc592815a
commit 2d3d456399
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
@core @core_group
@core @core_group @_only_local
Feature: Importing of groups and groupings
In order to import groups and grouping
As a teacher
+2 -1
View File
@@ -1,4 +1,4 @@
@mod @mod_scorm
@mod @mod_scorm @_only_local
Feature: Add scorm activity
In order to let students access a scorm package
As a teacher
@@ -37,3 +37,4 @@ Feature: Add scorm activity
And I press "Enter"
And I wait "5" seconds
And I should see "Golf Explained"
And I follow "Course 1"
+1 -1
View File
@@ -4,7 +4,7 @@ Feature: A teacher can edit questions in the question bank
As a teacher
I need to edit questions
@javascript
@javascript @_switch_window
Scenario: Edit a previously created question
Given the following "users" exists:
| username | firstname | lastname | email |
@@ -1,4 +1,4 @@
@core @core_question
@core @core_question @_switch_window
Feature: A teacher can preview questions in the question bank
In order to ensure the questions are properly created
As a teacher