From 2d7008aeab043b0ba8cd01908cec227fcecaaff1 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Thu, 24 Aug 2017 09:48:00 +0800 Subject: [PATCH] MDL-59675 core_calendar: reload page after create event --- calendar/tests/behat/minicalendar.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/calendar/tests/behat/minicalendar.feature b/calendar/tests/behat/minicalendar.feature index 429114b4aaa..e3f6ff0a98a 100644 --- a/calendar/tests/behat/minicalendar.feature +++ b/calendar/tests/behat/minicalendar.feature @@ -27,6 +27,7 @@ Feature: Open calendar popup | Type of event | site | | Event title | Event 1:2 | | timestart[day] | 1 | + And I reload the page When I hover over day "1" of this month in the calendar Then I should see "Event 1:1" And I should see "Event 1:2"