MDL-48159 mod_assign: Fixed behat to pass on chrome

Chrome driver doesn't support clicking on
link which wrap on multiple lines. In this
case link is wrapped in navigation block
and was failing on chrome.
This commit is contained in:
Rajesh Taneja 2015-04-09 11:07:22 +08:00
parent c11960e4f0
commit 3072d006be

View File

@ -95,6 +95,8 @@ Feature: Submit assignment without group
And I should see "Submitted for grading" in the "Student 1" "table_row"
And I should see "Submitted for grading" in the "Student 2" "table_row"
And I am on homepage
And I follow "Course 1"
And I follow "Require group membership"
And I should see "0" in the "Groups" "table_row"
And I should see "The setting 'Require group to make submission' is turned on and some users are not allocated to groups, this will prevent them from submitting assignments."