Merge branch 'MDL-78684-401-fix-2' of https://github.com/lameze/moodle into MOODLE_401_STABLE

This commit is contained in:
Eloy Lafuente (stronk7) 2023-08-17 19:56:46 +02:00
commit 4f6df8a5b9
No known key found for this signature in database
GPG Key ID: 53487A05E6228820
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Feature: I need to export grades as text
And the following "grade grades" exist:
| gradeitem | user | grade |
| Test assignment name | student1 | 80.00 |
And I am on the "Course 1" course page logged in as teacher1
And I am on the "Course 1" "grades > Grader report > View" page logged in as "teacher1"
@javascript
Scenario: Export grades as text

View File

@ -19,6 +19,7 @@ Feature: Given we have opted to search for a grade item, Lets find and search th
Scenario: A teacher can search for and find a grade item to view
Given I am on the "Course 1" "grades > Single view > View" page logged in as "teacher1"
And I change window size to "large"
And I click on "Grade items" "link" in the ".page-toggler" "css_element"
When I click on ".search-widget[data-searchtype='grade']" "css_element"
Then I confirm "Test assignment one" in "grade" search within the gradebook widget exists