Browse Source

Fix up behat test after lang string changes.

nwp90-nwp90-allsessionsreport
Dan Marsden 4 years ago
parent
commit
632fd41b06
  1. 4
      tests/behat/attendance_mod.feature

4
tests/behat/attendance_mod.feature

@ -130,7 +130,7 @@ Feature: Teachers and Students can record session attendance
And I click on "Save changes" "button" And I click on "Save changes" "button"
And I navigate to "Plugins > Activity modules > Attendance" in site administration And I navigate to "Plugins > Activity modules > Attendance" in site administration
And the "Default export fields" select box should contain "Super field" And the "Export custom user profile fields" select box should contain "Super field"
Scenario: Test adding custom user profile Scenario: Test adding custom user profile
# Add custom field. # Add custom field.
@ -143,7 +143,7 @@ Feature: Teachers and Students can record session attendance
And I click on "Save changes" "button" And I click on "Save changes" "button"
And the following config values are set as admin: And the following config values are set as admin:
| defaultexportfields | superfield | attendance | | customexportfields | superfield | attendance |
And I log out And I log out
And I log in as "teacher1" And I log in as "teacher1"

Loading…
Cancel
Save