mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
MDL-43743 behat: Lightweight scorm package
The previous used package were adding a second iframe inside the scorm iframe and was slow loading it; this patch replaces it for a simple one without any extra iframe.
This commit is contained in:
parent
f05e25d208
commit
ef6ac9b0d5
@ -24,7 +24,7 @@ Feature: Add scorm activity
|
||||
And I fill the moodle form with:
|
||||
| Name | Awesome SCORM package |
|
||||
| Description | Description |
|
||||
And I upload "mod/scorm/tests/packages/singlescobasic.zip" file to "Package file" filemanager
|
||||
And I upload "mod/scorm/tests/packages/singlesco_scorm12.zip" file to "Package file" filemanager
|
||||
And I click on "Save and display" "button"
|
||||
Then I should see "Awesome SCORM package"
|
||||
And I should see "Normal"
|
||||
@ -36,7 +36,6 @@ Feature: Add scorm activity
|
||||
And I should see "Normal"
|
||||
And I press "Enter"
|
||||
And I switch to "scorm_object" iframe
|
||||
And I switch to "contentFrame" iframe
|
||||
And I should see "Play of the game"
|
||||
And I should see "Not implemented yet"
|
||||
And I switch to the main frame
|
||||
And I follow "Course 1"
|
||||
|
BIN
mod/scorm/tests/packages/singlesco_scorm12.zip
Normal file
BIN
mod/scorm/tests/packages/singlesco_scorm12.zip
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user