Skip to content

Commit

Permalink
Fixed Behat failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed May 27, 2024
1 parent c547a37 commit e7ba85e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/behat/activity_options.feature
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Feature: Being able to correctly display options on the certificate activity edi
And I log out
When I log in as "teacher1"
And I am on "Course 1" course homepage with editing mode on
And I add a "Custom certificate" to section "1"
And I add a customcert activity to course "Course 1" section "1"
And I should not see "Email students"
And I should not see "Email teachers"
And I should not see "Email others"
Expand Down Expand Up @@ -75,7 +75,7 @@ Feature: Being able to correctly display options on the certificate activity edi
Scenario: Add an activity using default custom certificate options
And I log in as "teacher1"
And I am on "Course 1" course homepage with editing mode on
And I add a "Custom certificate" to section "0"
And I add a customcert activity to course "Course 1" section "1"
And the field "emailstudents" matches value "0"
And the field "emailteachers" matches value "0"
And the field "emailothers" matches value ""
Expand All @@ -98,7 +98,7 @@ Feature: Being able to correctly display options on the certificate activity edi
| protection_copy | 1 | customcert |
And I log in as "teacher1"
And I am on "Course 1" course homepage with editing mode on
And I add a "Custom certificate" to section "1"
And I add a customcert activity to course "Course 1" section "1"
And the field "emailstudents" matches value "1"
And the field "emailteachers" matches value "1"
And the field "emailothers" matches value "[email protected]"
Expand Down

0 comments on commit e7ba85e

Please sign in to comment.