From 1228bb6cad89a1588646deed2ac5109d62172c69 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Tue, 22 Aug 2017 09:39:28 +0800 Subject: [PATCH 1/1] MDL-59860 core_calendar: fix behat failures --- calendar/tests/behat/calendar.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calendar/tests/behat/calendar.feature b/calendar/tests/behat/calendar.feature index 76e91f47651..368a04d33a9 100644 --- a/calendar/tests/behat/calendar.feature +++ b/calendar/tests/behat/calendar.feature @@ -65,7 +65,7 @@ Feature: Perform basic calendar functionality And I log out And I log in as "student2" And I follow "This month" - Then I should see "Really awesome event!" + Then I should not see "Really awesome event!" @javascript Scenario: Create a group event @@ -125,13 +125,13 @@ Feature: Perform basic calendar functionality And I press "Save" Then I should see "Mediocre event" + @javascript Scenario: Module events editing Given I log in as "admin" And I am on "Course 1" course homepage with editing mode on And the following "activities" exist: | activity | course | idnumber | name | intro | timeopen | timeclose | | choice | C1 | choice1 | Test choice 1 | Test choice description | ##yesterday## | ##tomorrow## | - And I add the "Calendar" block When I follow "This month" Then I should see "Choice Test choice 1 open" And I should see "Choice Test choice 1 close" -- 2.39.2