mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'wip-mdl-57494' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
0e5205d36c
4 changed files with 4 additions and 26 deletions
|
@ -34,7 +34,7 @@ Feature: Add preconfigured tools via teacher interface
|
|||
And the field "Icon URL" matches value "http://download.moodle.org/unittest/test.jpg"
|
||||
And the field "Secure icon URL" matches value "https://download.moodle.org/unittest/test.jpg"
|
||||
|
||||
@javascript
|
||||
@javascript @_switch_window
|
||||
Scenario: Add a preconfigured tool from a cartridge
|
||||
When I log in as "teacher1"
|
||||
And I follow "Course 1"
|
||||
|
@ -58,7 +58,7 @@ Feature: Add preconfigured tools via teacher interface
|
|||
And I press "Cancel"
|
||||
And I switch to the main window
|
||||
|
||||
@javascript
|
||||
@javascript @_switch_window
|
||||
Scenario: Add and use a preconfigured tool
|
||||
When I log in as "teacher1"
|
||||
And I follow "Course 1"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@mod @mod_scorm @_file_upload @_switch_frame
|
||||
@mod @mod_scorm @_file_upload @_switch_iframe
|
||||
Feature: Add scorm activity
|
||||
In order to let students access a scorm package
|
||||
As a teacher
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@mod @mod_scorm @_file_upload @_switch_frame
|
||||
@mod @mod_scorm @_file_upload @_switch_iframe
|
||||
Feature: Scorm multi-sco completion
|
||||
In order to let students access a scorm package
|
||||
As a teacher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue