From b5e9e0b415d1bc2ee531953c7cb9c7bf6c90d947 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 9 Mar 2017 13:59:58 +1300 Subject: [PATCH] Fix steps in test. --- tests/behat/defaultstatus.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/behat/defaultstatus.feature b/tests/behat/defaultstatus.feature index c7e89c8..34a0665 100644 --- a/tests/behat/defaultstatus.feature +++ b/tests/behat/defaultstatus.feature @@ -26,7 +26,6 @@ Feature: Admin can set default status set for use in new attendance And I turn editing mode on And I add a "Attendance" to section "1" and I fill the form with: | Name | Attendance1 | - And I press "Save and display" - And I should see "Attendance1" + And I follow "Attendance1" And I follow "Status set" Then I should see "customstatusdescription" \ No newline at end of file