mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
Merge branch 'MDL-78684-401-fix-2' of https://github.com/lameze/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
4f6df8a5b9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user