From af7d6667775b595f6d24974ff589f7996c76ae69 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 18 May 2017 12:59:10 +1200 Subject: [PATCH] fix space issue in test. --- tests/behat/report.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/report.feature b/tests/behat/report.feature index 6a8e220..949e09e 100644 --- a/tests/behat/report.feature +++ b/tests/behat/report.feature @@ -129,7 +129,7 @@ Feature: Visiting reports | id_sessiontype_1 | 1 | | id_groups | Group1 | And I click on "id_submitbutton" "button" - Then I should see "3AM - 4AM" + Then I should see "3AM - 4AM" And "Group: Group1" "text" should exist in the "3AM - 4AM" "table_row" When I click on "Take attendance" "link" in the "3AM - 4AM" "table_row"