From 3717e404509d7e33c5a858f2d04f737de88d7096 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 5 Mar 2019 17:01:04 +0100 Subject: [PATCH] MDL-64943 behat: fix some remaining uses of old strings --- mod/choice/tests/behat/choice_availability.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/choice/tests/behat/choice_availability.feature b/mod/choice/tests/behat/choice_availability.feature index 2fcd4c48b37..0ed93dbba96 100644 --- a/mod/choice/tests/behat/choice_availability.feature +++ b/mod/choice/tests/behat/choice_availability.feature @@ -33,7 +33,7 @@ Feature: Restrict availability of the choice module to a deadline When I log in as "student1" And I am on "Course 1" course homepage And I follow "Choice name" - Then I should see "Sorry, this activity is not available until" + Then I should see "This activity is not available until" Scenario: Enable the choice activity with a start deadline in the past Given I add a "Choice" to section "1" and I fill the form with: @@ -85,4 +85,4 @@ Feature: Restrict availability of the choice module to a deadline When I log in as "student1" And I am on "Course 1" course homepage And I follow "Choice name" - Then I should see "Sorry, this activity closed on" + Then I should see "This activity closed on"