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:
David Monllao 2014-01-17 17:39:25 +08:00
parent f05e25d208
commit ef6ac9b0d5
2 changed files with 2 additions and 3 deletions

View File

@ -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"

Binary file not shown.