diff --git a/mod/scorm/tests/behat/add_scorm.feature b/mod/scorm/tests/behat/add_scorm.feature index 57cb932eeb8..2efa5dcb7e9 100644 --- a/mod/scorm/tests/behat/add_scorm.feature +++ b/mod/scorm/tests/behat/add_scorm.feature @@ -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" diff --git a/mod/scorm/tests/packages/singlesco_scorm12.zip b/mod/scorm/tests/packages/singlesco_scorm12.zip new file mode 100644 index 00000000000..0735a90b1f6 Binary files /dev/null and b/mod/scorm/tests/packages/singlesco_scorm12.zip differ