diff --git a/tests/behat/assignment.feature b/tests/behat/assignment.feature index f6614308..12379efc 100644 --- a/tests/behat/assignment.feature +++ b/tests/behat/assignment.feature @@ -29,6 +29,7 @@ Feature: Plagiarism plugin works with a Moodle Assignment And I set the following fields to these values: | Enable Diagnostic Mode | Standard | And I press "Save changes" + And I navigate to "Plugins overview" in site administration Then the following should exist in the "plugins-control-panel" table: | Plugin name | | plagiarism_turnitin | diff --git a/tests/behat/assignment_any_file_type.feature b/tests/behat/assignment_any_file_type.feature index 913bf1bc..9e77daf2 100644 --- a/tests/behat/assignment_any_file_type.feature +++ b/tests/behat/assignment_any_file_type.feature @@ -29,6 +29,7 @@ Feature: Plagiarism plugin works with a Moodle Assignment for a filetype which w And I set the following fields to these values: | Enable Diagnostic Mode | Standard | And I press "Save changes" + And I navigate to "Plugins overview" in site administration Then the following should exist in the "plugins-control-panel" table: | Plugin name | | plagiarism_turnitin | diff --git a/tests/behat/assignment_drafts.feature b/tests/behat/assignment_drafts.feature index 7f91598c..c8f11cc6 100644 --- a/tests/behat/assignment_drafts.feature +++ b/tests/behat/assignment_drafts.feature @@ -31,6 +31,7 @@ Feature: Plagiarism plugin works with a Moodle Assignment utilising the draft su And I set the following fields to these values: | Enable Diagnostic Mode | Standard | And I press "Save changes" + And I navigate to "Plugins overview" in site administration Then the following should exist in the "plugins-control-panel" table: | Plugin name | | plagiarism_turnitin | diff --git a/tests/behat/assignment_multiple_files.feature b/tests/behat/assignment_multiple_files.feature index 15bc8774..09497b29 100644 --- a/tests/behat/assignment_multiple_files.feature +++ b/tests/behat/assignment_multiple_files.feature @@ -29,6 +29,7 @@ Feature: Plagiarism plugin works with a Moodle Assignment and multiple files. And I set the following fields to these values: | Enable Diagnostic Mode | Standard | And I press "Save changes" + And I navigate to "Plugins overview" in site administration Then the following should exist in the "plugins-control-panel" table: | Plugin name | | plagiarism_turnitin | diff --git a/tests/behat/assignment_resubmission.feature b/tests/behat/assignment_resubmission.feature index d90615a1..c3760a65 100644 --- a/tests/behat/assignment_resubmission.feature +++ b/tests/behat/assignment_resubmission.feature @@ -29,6 +29,7 @@ Feature: Plagiarism plugin works with a Moodle Assignment when making a resubmis And I set the following fields to these values: | Enable Diagnostic Mode | Standard | And I press "Save changes" + And I navigate to "Plugins overview" in site administration Then the following should exist in the "plugins-control-panel" table: | Plugin name | | plagiarism_turnitin | diff --git a/tests/behat/eula.feature b/tests/behat/eula.feature index 6c897654..dfbc427f 100644 --- a/tests/behat/eula.feature +++ b/tests/behat/eula.feature @@ -29,6 +29,7 @@ Feature: Plagiarism plugin works with a Moodle Assignment allowing EULA acceptan And I set the following fields to these values: | Enable Diagnostic Mode | Standard | And I press "Save changes" + And I navigate to "Plugins overview" in site administration Then the following should exist in the "plugins-control-panel" table: | Plugin name | | plagiarism_turnitin | diff --git a/tests/behat/forum.feature b/tests/behat/forum.feature index 00f8b0e3..c31b48c9 100644 --- a/tests/behat/forum.feature +++ b/tests/behat/forum.feature @@ -29,6 +29,7 @@ Feature: Plagiarism plugin works with a Moodle forum And I set the following fields to these values: | Enable Diagnostic Mode | Standard | And I press "Save changes" + And I navigate to "Plugins overview" in site administration Then the following should exist in the "plugins-control-panel" table: | Plugin name | | plagiarism_turnitin | diff --git a/tests/behat/installed.feature b/tests/behat/installed.feature index 7f27fd62..24e216c0 100644 --- a/tests/behat/installed.feature +++ b/tests/behat/installed.feature @@ -18,6 +18,7 @@ Feature: Plagiarism plugin can be installed and enabled And I set the following fields to these values: | Enable Diagnostic Mode | Standard | And I press "Save changes" + And I navigate to "Plugins overview" in site administration Then the following should exist in the "plugins-control-panel" table: | Plugin name | | plagiarism_turnitin | diff --git a/tests/behat/pseudo_submission.feature b/tests/behat/pseudo_submission.feature index 83a435bd..d56f0971 100644 --- a/tests/behat/pseudo_submission.feature +++ b/tests/behat/pseudo_submission.feature @@ -36,6 +36,7 @@ Feature: Plagiarism plugin works with a Moodle Assignment and utilise student da | Pseudo Encryption Salt | Salt | | Pseudo Email Domain | behatmoodle.com | And I press "Save changes" + And I navigate to "Plugins overview" in site administration Then the following should exist in the "plugins-control-panel" table: | Plugin name | | plagiarism_turnitin | diff --git a/tests/behat/workshop.feature b/tests/behat/workshop.feature index d589a911..46af3c97 100644 --- a/tests/behat/workshop.feature +++ b/tests/behat/workshop.feature @@ -29,6 +29,7 @@ Feature: Plagiarism plugin works with a Moodle Workshop And I set the following fields to these values: | Enable Diagnostic Mode | Standard | And I press "Save changes" + And I navigate to "Plugins overview" in site administration Then the following should exist in the "plugins-control-panel" table: | Plugin name | | plagiarism_turnitin |