From 2e36c426253512f00e495369d9d65b2c05661591 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Wed, 8 Nov 2017 10:10:29 +0800 Subject: [PATCH] MDL-60700 calendar: Update behat test or new normal --- 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 dea249504b9..e0e7850dc1e 100644 --- a/calendar/tests/behat/calendar.feature +++ b/calendar/tests/behat/calendar.feature @@ -141,7 +141,7 @@ Feature: Perform basic calendar functionality When I click on "Test choice opens" "link" Then "Delete" "button" should not exist And "Edit" "button" should not exist - And I should see "Open event" + And I should see "Course event" When I click on "Go to activity" "link" And I wait to be redirected Then I should see "Test choice" @@ -150,7 +150,7 @@ Feature: Perform basic calendar functionality When I click on "Test choice closes" "link" Then "Delete" "button" should not exist And "Edit" "button" should not exist - And I should see "Close event" + And I should see "Course event" When I click on "Go to activity" "link" And I wait to be redirected Then I should see "Test choice"