diff --git a/course/tests/behat/rename_roles.feature b/course/tests/behat/rename_roles.feature index ba6ce3fdc46..253aebdb49c 100644 --- a/course/tests/behat/rename_roles.feature +++ b/course/tests/behat/rename_roles.feature @@ -21,7 +21,7 @@ Feature: Rename roles within a course | student1 | C1 | student | And I log in as "teacher1" And I follow "Course 1" - When I go to "Edit settings" in current page administration + When I navigate to "Edit settings" in current page administration And I set the following fields to these values: | Your word for 'Non-editing teacher' | Tutor | | Your word for 'Student' | Learner | @@ -34,7 +34,7 @@ Feature: Rename roles within a course And the "roleid" select box should contain "Learner" And the "roleid" select box should not contain "Student" And I follow "Course 1" - And I go to "Edit settings" in current page administration + And I navigate to "Edit settings" in current page administration And I set the following fields to these values: | Your word for 'Non-editing teacher' | | | Your word for 'Student' | | diff --git a/grade/report/singleview/tests/behat/bulk_insert_grades.feature b/grade/report/singleview/tests/behat/bulk_insert_grades.feature index 47e7a7ab26f..fe94e1fcf2f 100644 --- a/grade/report/singleview/tests/behat/bulk_insert_grades.feature +++ b/grade/report/singleview/tests/behat/bulk_insert_grades.feature @@ -33,7 +33,7 @@ Feature: We can bulk insert grades for students in a course Given I log in as "teacher1" And I follow "Course 1" And I follow "Test assignment one" - And I go to "View all submissions" in current page administration + And I navigate to "View all submissions" in current page administration And I click on "Grade" "link" in the "Student 1" "table_row" And I set the following fields to these values: | Grade out of 100 | 50 | @@ -74,7 +74,7 @@ Feature: We can bulk insert grades for students in a course Given I log in as "teacher1" And I follow "Course 1" And I follow "Test assignment two" - And I go to "View all submissions" in current page administration + And I navigate to "View all submissions" in current page administration And I click on "Grade" "link" in the "Student 1" "table_row" And I set the following fields to these values: | Grade out of 100 | 50 | diff --git a/grade/tests/behat/grade_scales.feature b/grade/tests/behat/grade_scales.feature index ac76f036114..400e96fb43d 100644 --- a/grade/tests/behat/grade_scales.feature +++ b/grade/tests/behat/grade_scales.feature @@ -44,12 +44,12 @@ Feature: View gradebook when scales are used And I log in as "teacher1" And I follow "Course 1" And I follow "Test assignment one" - And I go to "Edit settings" in current page administration + And I navigate to "Edit settings" in current page administration And I expand all fieldsets And I set the field "grade[modgrade_type]" to "Scale" And I set the field "grade[modgrade_scale]" to "Letterscale" And I press "Save and display" - And I go to "View all submissions" in current page administration + And I navigate to "View all submissions" in current page administration And I click on "Grade" "link" in the "Student 1" "table_row" And I set the field "Grade" to "A" And I press "Save changes" diff --git a/grade/tests/behat/grade_single_item_scales.feature b/grade/tests/behat/grade_single_item_scales.feature index 3075a030b76..2f4a7cc158a 100644 --- a/grade/tests/behat/grade_single_item_scales.feature +++ b/grade/tests/behat/grade_single_item_scales.feature @@ -38,12 +38,12 @@ Feature: View gradebook when single item scales are used And I log in as "teacher1" And I follow "Course 1" And I follow "Test assignment one" - And I go to "Edit settings" in current page administration + And I navigate to "Edit settings" in current page administration And I expand all fieldsets And I set the field "grade[modgrade_type]" to "Scale" And I set the field "grade[modgrade_scale]" to "Singleitem" And I press "Save and display" - And I go to "View all submissions" in current page administration + And I navigate to "View all submissions" in current page administration And I click on "Grade" "link" in the "Student 1" "table_row" And I set the field "Grade" to "A" And I press "Save changes" diff --git a/group/tests/behat/create_groups.feature b/group/tests/behat/create_groups.feature index 137aca22f5c..b2cdd223dff 100644 --- a/group/tests/behat/create_groups.feature +++ b/group/tests/behat/create_groups.feature @@ -25,7 +25,7 @@ Feature: Organize students into groups | student3 | C1 | student | And I log in as "teacher1" And I follow "Course 1" - And I go to "Users > Groups" in current page administration + And I navigate to "Users > Groups" in current page administration And I press "Create group" And I set the following fields to these values: | Group name | Group 1 | @@ -72,7 +72,7 @@ Feature: Organize students into groups And I log out And I log in as "teacher1" And I follow "Course 1" - And I go to "Users > Groups" in current page administration + And I navigate to "Users > Groups" in current page administration When I press "Create group" Then the "idnumber" "field" should be readonly And I set the following fields to these values: @@ -95,7 +95,7 @@ Feature: Organize students into groups And I log in as "admin" And I am on site homepage And I follow "Course 1" - And I go to "Users > Groups" in current page administration + And I navigate to "Users > Groups" in current page administration When I press "Create group" And I set the following fields to these values: | Group name | Group A | @@ -118,7 +118,7 @@ Feature: Organize students into groups And the "groups" select box should contain "Group B (0)" And I am on site homepage And I follow "Course 2" - And I go to "Users > Groups" in current page administration + And I navigate to "Users > Groups" in current page administration And I press "Create group" And I set the following fields to these values: | Group name | Group A | diff --git a/mod/assign/tests/behat/steps_blind_marking.feature b/mod/assign/tests/behat/steps_blind_marking.feature index c78817f7c81..127637594c8 100644 --- a/mod/assign/tests/behat/steps_blind_marking.feature +++ b/mod/assign/tests/behat/steps_blind_marking.feature @@ -44,7 +44,7 @@ Feature: Assignments correctly add feedback to the grade report when workflow an And I log in as "teacher1" And I follow "Course 1" And I follow "Test assignment name" - And I go to "View all submissions" in current page administration + And I navigate to "View all submissions" in current page administration And I should see "Not marked" in the "I'm the student's first submission" "table_row" And I click on "Grade" "link" in the "I'm the student's first submission" "table_row" And I set the field "Grade out of 100" to "50" @@ -54,7 +54,7 @@ Feature: Assignments correctly add feedback to the grade report when workflow an And I press "Ok" And I click on "Edit settings" "link" And I follow "Test assignment name" - And I go to "View all submissions" in current page administration + And I navigate to "View all submissions" in current page administration And I should see "In review" in the "I'm the student's first submission" "table_row" @javascript @@ -65,7 +65,7 @@ Feature: Assignments correctly add feedback to the grade report when workflow an And I press "Ok" And I click on "Edit settings" "link" And I follow "Test assignment name" - And I go to "View all submissions" in current page administration + And I navigate to "View all submissions" in current page administration And I should see "Ready for release" in the "I'm the student's first submission" "table_row" And I click on "Grade" "link" in the "I'm the student's first submission" "table_row" And I set the field "Marking workflow state" to "Released" @@ -73,7 +73,7 @@ Feature: Assignments correctly add feedback to the grade report when workflow an And I press "Ok" And I click on "Edit settings" "link" And I follow "Test assignment name" - And I go to "View all submissions" in current page administration + And I navigate to "View all submissions" in current page administration And I should see "Released" in the "I'm the student's first submission" "table_row" And I set the field "Grading action" to "Reveal student identities" And I press "Continue" @@ -92,7 +92,7 @@ Feature: Assignments correctly add feedback to the grade report when workflow an And I press "Ok" And I click on "Edit settings" "link" And I follow "Test assignment name" - And I go to "View all submissions" in current page administration + And I navigate to "View all submissions" in current page administration And I should see "Ready for release" in the "I'm the student's first submission" "table_row" And I set the field "Grading action" to "Reveal student identities" And I press "Continue" @@ -102,7 +102,7 @@ Feature: Assignments correctly add feedback to the grade report when workflow an And I press "Ok" And I click on "Edit settings" "link" And I follow "Test assignment name" - And I go to "View all submissions" in current page administration + And I navigate to "View all submissions" in current page administration And I should see "Released" in the "Student 1" "table_row" And I log out And I log in as "student1" diff --git a/report/log/tests/behat/filter_log.feature b/report/log/tests/behat/filter_log.feature index 3170a82ab30..9499312c416 100644 --- a/report/log/tests/behat/filter_log.feature +++ b/report/log/tests/behat/filter_log.feature @@ -68,7 +68,7 @@ Feature: In a report, admin can filter log data And I follow "Course 1" And I follow "Home" And I follow "Course 1" - And I go to "Users > Enrolled users" in current page administration + And I navigate to "Users > Enrolled users" in current page administration And I follow "Student 1" And I click on "Log in as" "link" And I press "Continue" diff --git a/user/tests/behat/view_full_profile.feature b/user/tests/behat/view_full_profile.feature index a26b3e78ced..2c900650786 100644 --- a/user/tests/behat/view_full_profile.feature +++ b/user/tests/behat/view_full_profile.feature @@ -108,7 +108,7 @@ Feature: Access to full profiles of users And I log in as "admin" And I am on site homepage And I follow "Course 1" - And I go to "Users > Groups" in current page administration + And I navigate to "Users > Groups" in current page administration And I press "Create group" And I set the following fields to these values: | Group name | Group 1 |