From 52380c823cce0f136fcca73fdc32d23bfcda84ec Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Mon, 17 Jul 2017 14:02:44 +0800 Subject: [PATCH] MDL-59538 core_calendar: add behat step back Part of MDL-59333. --- calendar/tests/behat/calendar_import.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/calendar/tests/behat/calendar_import.feature b/calendar/tests/behat/calendar_import.feature index 68ab388163a..a9cedb12bcc 100644 --- a/calendar/tests/behat/calendar_import.feature +++ b/calendar/tests/behat/calendar_import.feature @@ -31,3 +31,4 @@ 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"