Skip to content

Commit

Permalink
MDL-46782 mod_scorm: fix completion test, remove redundant test.
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Jan 24, 2017
1 parent dbf70de commit c83ef7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
Expand Up @@ -54,7 +54,7 @@ Feature: Scorm multi-sco completion
Then "Student 1" user has completed "Basic Multi-sco SCORM package" activity

@javascript
Scenario: Test completion with all scos
Scenario: Test completion with all scos and correct sco load on re-entry.
When I log in as "teacher1"
And I follow "Course 1"
And I turn editing mode on
Expand Down Expand Up @@ -95,11 +95,6 @@ Feature: Scorm multi-sco completion
And I should see "Normal"
And I press "Enter"
And I switch to "scorm_object" iframe
And I should see "Play of the game"

And I switch to the main frame
And I click on "Par?" "list_item"
And I switch to "scorm_object" iframe
And I should see "Par"

And I switch to the main frame
Expand Down
57 changes: 0 additions & 57 deletions mod/scorm/tests/behat/multisco_reentry.feature

This file was deleted.

0 comments on commit c83ef7e

Please sign in to comment.