diff --git a/grade/report/grader/tests/behat/column_collapsing.feature b/grade/report/grader/tests/behat/column_collapsing.feature index e95fefa87a1..384cefa2fa2 100644 --- a/grade/report/grader/tests/behat/column_collapsing.feature +++ b/grade/report/grader/tests/behat/column_collapsing.feature @@ -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.