MDL-48035 Fix Behat tests regressions after merging en_fix strings

This commit is contained in:
David Mudrák 2014-11-06 10:38:51 +01:00
parent ba033b861e
commit 6887e2e53e
4 changed files with 9 additions and 9 deletions

View file

@ -40,7 +40,7 @@ Feature: A teacher can choose whether to publish choice activity results anonymo
And I follow "Course 1"
And I follow "Choice 1"
Then I should not see "Student 1"
And I should not see "User choose this option"
And I should not see "Users who chose this option"
And I hover ".results .graph img" "css_element"
@javascript
@ -61,4 +61,4 @@ Feature: A teacher can choose whether to publish choice activity results anonymo
And I follow "Course 1"
And I follow "Choice 1"
Then I should see "Student 1"
And I should see "User choose this option"
And I should see "Users who chose this option"