mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02: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
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,7 @@ Feature: Teacher can modify choices of the students
|
||||||
And I should see "Your choice has been saved"
|
And I should see "Your choice has been saved"
|
||||||
And I log out
|
And I log out
|
||||||
And I log in as "teacher1"
|
And I log in as "teacher1"
|
||||||
|
And I change window size to "large"
|
||||||
And I am on "Course 1" course homepage
|
And I am on "Course 1" course homepage
|
||||||
And I follow "Choice name"
|
And I follow "Choice name"
|
||||||
And I navigate to "View 1 responses" in current page administration
|
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 should see "Your choice has been saved"
|
||||||
And I log out
|
And I log out
|
||||||
And I log in as "teacher1"
|
And I log in as "teacher1"
|
||||||
|
And I change window size to "large"
|
||||||
And I am on "Course 1" course homepage
|
And I am on "Course 1" course homepage
|
||||||
And I follow "Choice name"
|
And I follow "Choice name"
|
||||||
And I navigate to "View 1 responses" in current page administration
|
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 should see "Your choice has been saved"
|
||||||
And I log out
|
And I log out
|
||||||
And I log in as "teacher1"
|
And I log in as "teacher1"
|
||||||
|
And I change window size to "large"
|
||||||
And I am on "Course 1" course homepage
|
And I am on "Course 1" course homepage
|
||||||
And I follow "Choice name"
|
And I follow "Choice name"
|
||||||
And I navigate to "View 1 responses" in current page administration
|
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 should see "Your choice has been saved"
|
||||||
And I log out
|
And I log out
|
||||||
And I log in as "teacher1"
|
And I log in as "teacher1"
|
||||||
|
And I change window size to "large"
|
||||||
And I am on "Course 1" course homepage
|
And I am on "Course 1" course homepage
|
||||||
And I follow "Choice name"
|
And I follow "Choice name"
|
||||||
And I navigate to "Edit settings" in current page administration
|
And I navigate to "Edit settings" in current page administration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue