mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-48035 Fix Behat tests regressions after merging en_fix strings
This commit is contained in:
parent
ba033b861e
commit
6887e2e53e
4 changed files with 9 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue