From 7ca0602a01ed152914c19b656bc0f7e089ed8be1 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 20 Nov 2015 12:07:23 +1300 Subject: [PATCH] fix typo in behat test field name --- tests/behat/attendance_mod.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/attendance_mod.feature b/tests/behat/attendance_mod.feature index 9b7641a..8580045 100644 --- a/tests/behat/attendance_mod.feature +++ b/tests/behat/attendance_mod.feature @@ -66,7 +66,7 @@ Feature: Teachers and Students can record session attendance And I click on "id_submitbutton" "button" And I follow "Report" And I follow "Low grade" - And I set the field "cbselector" to "1" + And I set the field "cb_selector" to "1" And I click on "Send a message" "button" Then I should see "Message body" And I should see "student1@asd.com"