Merge branch 'MDL-78438-main' of https://github.com/ilyatregubov/moodle into main

This commit is contained in:
Paul Holden 2024-03-19 10:45:32 +00:00 committed by Huong Nguyen
commit 399be61cb9
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A

View file

@ -126,6 +126,7 @@ Feature: Within the grader report, test that we can collapse columns
And I choose "Collapse" in the open action menu And I choose "Collapse" in the open action menu
And "Email" "text" in the "First name / Last name" "table_row" should not be visible And "Email" "text" in the "First name / Last name" "table_row" should not be visible
When I press "Expand column Email" When I press "Expand column Email"
And I wait until the page is ready
Then "Email" "text" in the "First name / Last name" "table_row" should be visible Then "Email" "text" in the "First name / Last name" "table_row" should be visible
Scenario: When a grade item is collapsed, the grade category is shown alongside the column name. Scenario: When a grade item is collapsed, the grade category is shown alongside the column name.