Skip to content

Commit

Permalink
Merge branch 'MDL-78775-402' of https://github.com/ilyatregubov/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_402_STABLE
  • Loading branch information
HuongNV13 committed Oct 18, 2023
2 parents bc075c9 + a780e22 commit a3f5947
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -345,7 +345,7 @@ Feature: Within the grader report, test that we can search for users
Given "42" "users" exist with the following data:
| username | students[count] |
| firstname | Student |
| lastname | test[count] |
| lastname | test[count] |
| email | students[count]@example.com |
And "42" "course enrolments" exist with the following data:
| user | students[count] |
Expand All @@ -357,7 +357,7 @@ Feature: Within the grader report, test that we can search for users
# Search for a single user on second page and save grades.
When I set the field "Search users" to "test42"
And I wait until "View all results (1)" "link" exists
And I press the enter key
And I click on "Student test42" "option_role"
And I wait until the page is ready
And I give the grade "80.00" to the user "Student test42" for the grade item "Test assignment one"
And I press "Save changes"
Expand Down Expand Up @@ -402,7 +402,7 @@ Feature: Within the grader report, test that we can search for users
# Search for multiple users on second page and save grades.
And I set the field "Search users" to "test4"
And I wait until "View all results (4)" "link" exists
And I press the enter key
And I click on "View all results (4)" "option_role"
And I wait until the page is ready
And I give the grade "10.00" to the user "Student test42" for the grade item "Test assignment one"
And I give the grade "20.00" to the user "Student test40" for the grade item "Test assignment one"
Expand Down

0 comments on commit a3f5947

Please sign in to comment.