From 62d19d1ad5767e0684d0defe57ffafa3957e1514 Mon Sep 17 00:00:00 2001 From: Alex Coles Date: Thu, 26 Feb 2015 11:59:02 +0100 Subject: [PATCH] Fix meetings copy cuke for time select changes See 4c997fd6. Signed-off-by: Alex Coles --- features/meetings_copy.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features/meetings_copy.feature b/features/meetings_copy.feature index 191fe45cd9..a22739fc23 100644 --- a/features/meetings_copy.feature +++ b/features/meetings_copy.feature @@ -68,8 +68,7 @@ Feature: Copy meetings And the "meeting[location]" field should contain "CZI" And the "meeting[duration]" field should contain "1.5" And the "meeting[start_date]" field should contain "2013-03-27" - And the "meeting[start_time(4i)]" field should contain "18" - And the "meeting[start_time(5i)]" field should contain "55" + And the "meeting[start_time_hour]" field should contain "18:55" #And no participant should be selected as attendee #And only invited participants should be selected as invitees