From ea1a3e07499a938fdd763ce58caf89bd3101e3ca Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 17 Aug 2023 21:32:54 +0800 Subject: [PATCH] MDL-78684 gradereport_grader: Increase window size during Behat run --- 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 42356945948..da2b4e5c415 100644 --- a/grade/report/grader/tests/behat/column_collapsing.feature +++ b/grade/report/grader/tests/behat/column_collapsing.feature @@ -40,6 +40,7 @@ Feature: Within the grader report, test that we can collapse columns | assign | C1 | a4 | Test assignment four | And the following config values are set as admin: | showuseridentity | idnumber,email,city,country,phone1,phone2,department,institution,profile_field_enduro | + And I change window size to "large" And I am on the "Course 1" "grades > Grader report > View" page logged in as "teacher1" Scenario: An admin collapses a user info column and then reloads the page to find the column still collapsed