From bb055972745da30692bba1adbf883ab1c8882e1c Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Fri, 20 Jul 2018 11:48:15 +0800 Subject: [PATCH] MDL-62949 calendar: Fix behat nav to calendar --- 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 18e41e8bb79..e41091560fb 100644 --- a/calendar/tests/behat/calendar.feature +++ b/calendar/tests/behat/calendar.feature @@ -163,8 +163,8 @@ Feature: Perform basic calendar functionality And I click on "New event" "button" When I click on "Save" "button" Then I should see "Required" - And I am on site homepage - And I follow "Calendar" + And I am on homepage + And I follow "This month" And I click on "New event" "button" And I set the field "Type of event" to "Course" When I click on "Save" "button"