From 27deb595571d20c618896e6744fa41662ee6e68a Mon Sep 17 00:00:00 2001 From: Mathew May Date: Fri, 5 Apr 2019 17:37:23 +0800 Subject: [PATCH] MDL-64506 mod_choice: fix behat issue with screensize We found issues in FireFox where Behat could not scroll to select the student two checkbox. --- mod/choice/tests/behat/modify_choice.feature | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mod/choice/tests/behat/modify_choice.feature b/mod/choice/tests/behat/modify_choice.feature index da8754c345d..7f8e4c467c0 100644 --- a/mod/choice/tests/behat/modify_choice.feature +++ b/mod/choice/tests/behat/modify_choice.feature @@ -41,6 +41,7 @@ Feature: Teacher can modify choices of the students And I should see "Your choice has been saved" And I log out And I log in as "teacher1" + And I change window size to "large" And I am on "Course 1" course homepage And I follow "Choice name" And I navigate to "View 1 responses" in current page administration @@ -67,6 +68,7 @@ Feature: Teacher can modify choices of the students And I should see "Your choice has been saved" And I log out And I log in as "teacher1" + And I change window size to "large" And I am on "Course 1" course homepage And I follow "Choice name" And I navigate to "View 1 responses" in current page administration @@ -98,6 +100,7 @@ Feature: Teacher can modify choices of the students And I should see "Your choice has been saved" And I log out And I log in as "teacher1" + And I change window size to "large" And I am on "Course 1" course homepage And I follow "Choice name" And I navigate to "View 1 responses" in current page administration @@ -121,6 +124,7 @@ Feature: Teacher can modify choices of the students And I should see "Your choice has been saved" And I log out And I log in as "teacher1" + And I change window size to "large" And I am on "Course 1" course homepage And I follow "Choice name" And I navigate to "Edit settings" in current page administration -- 2.43.0