mirror of
https://github.com/moodle/moodle.git
synced 2025-03-15 05:00:06 +01:00
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.
This commit is contained in:
parent
02b342bb70
commit
27deb59557
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user