MDL-64943 behat: fix some remaining uses of old strings

This commit is contained in:
Eloy Lafuente (stronk7)
2019-03-05 17:02:08 +01:00
parent 70602491f6
commit f6d98c3c8d
@@ -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"