From 8189d3b2f5b8bcbea70777523792773a2b3f2147 Mon Sep 17 00:00:00 2001 From: Ilya Tregubov Date: Tue, 19 Mar 2024 17:30:42 +0800 Subject: [PATCH] MDL-78438 gradereport_grader: Fix Behat test Seems Oracle is too slow on pressing buttons :)) --- grade/report/grader/tests/behat/column_collapsing.feature | 1 + 1 file changed, 1 insertion(+) 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.