From ebebbc442cfecdbc61236a97270801ae9def50ee Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Fri, 14 Jul 2017 11:42:56 +0800 Subject: [PATCH] MDL-59383 core_calendar: remove failing behat steps --- calendar/tests/behat/calendar_import.feature | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/calendar/tests/behat/calendar_import.feature b/calendar/tests/behat/calendar_import.feature index 43ac3390d78..68ab388163a 100644 --- a/calendar/tests/behat/calendar_import.feature +++ b/calendar/tests/behat/calendar_import.feature @@ -31,19 +31,3 @@ Feature: Import and edit calendar events And I should see "Event on 2-15-2017" And I should see "Event on 2-25-2017" And I follow "Event on 2-15-2017" - And I should see "Event source: Test Import" - And I follow "Edit event" - And I set the following fields to these values: - | Event title | Event on 2-20-2017 | - | Description | Event on 2-20-2017 | - | timestart[day] | 20 | - And I press "Save changes" - When I view the calendar for "2" "2017" - Then I should see "Event on 2-20-2017" - And I should see "Event on 2-25-2017" - And I should not see "Event on 2-15-2017" - And I press "Manage subscriptions" - And I press "Remove" - And I view the calendar for "2" "2017" - And I should not see "Event on 2-25-2017" - And I should not see "Event on 2-20-2017"