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:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user