diff --git a/tests/behat/defaultstatus.feature b/tests/behat/defaultstatus.feature index 77bd88f..63b2ab4 100644 --- a/tests/behat/defaultstatus.feature +++ b/tests/behat/defaultstatus.feature @@ -28,4 +28,4 @@ Feature: Admin can set default status set for use in new attendance | Name | Attendance1 | And I follow "Attendance1" And I follow "Status set" - Then I should see "customstatusdescription" \ No newline at end of file + Then the field with xpath "//*[@id='preferencesform']/table/tbody/tr[2]/td[3]/input" matches value "customstatusdescription" \ No newline at end of file