MDL-78438 gradereport_grader: Fix Behat test

Seems Oracle is too slow on pressing buttons :))
This commit is contained in:
Ilya Tregubov 2024-03-19 17:30:42 +08:00 committed by Huong Nguyen
parent a399be5f01
commit 8189d3b2f5
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 "Email" "text" in the "First name / Last name" "table_row" should not be visible
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
Scenario: When a grade item is collapsed, the grade category is shown alongside the column name.