MDL-66504 lang: Use the new strings in the Behat scenario

This commit is contained in:
David Mudrák 2019-08-29 17:14:43 +02:00 committed by Eloy Lafuente (stronk7)
parent 7ee90659ee
commit da0dbeeb99

View File

@ -23,35 +23,35 @@ Feature: Set the site home page and dashboard as the default home page
| Page contexts | Display throughout the entire site |
And I press "Save changes"
And I navigate to "Appearance > Navigation" in site administration
And I set the field "Default home page for users" to "User preference"
And I set the field "Home page for users" to "User preference"
And I press "Save changes"
And I am on site homepage
And I follow "Make this my default home page"
And I should not see "Make this my default home page"
And I follow "Make this my home page"
And I should not see "Make this my home page"
And I am on "Course 1" course homepage
And "Home" "text" should exist in the ".breadcrumb" "css_element"
And I am on site homepage
And I follow "Dashboard"
And I follow "Make this my default home page"
And I should not see "Make this my default home page"
And I follow "Make this my home page"
And I should not see "Make this my home page"
And I am on "Course 1" course homepage
Then "Dashboard" "text" should exist in the ".breadcrumb" "css_element"
Scenario: User cannot configure their preferred default home page unless allowed by admin
Given I log in as "user1"
When I follow "Preferences" in the user menu
Then I should not see "Default home page"
Then I should not see "Home page"
Scenario Outline: User can configure their preferred default home page when allowed by admin
Given I log in as "admin"
And I navigate to "Appearance > Navigation" in site administration
And I set the field "Default home page for users" to "User preference"
And I set the field "Home page for users" to "User preference"
And I press "Save changes"
And I log out
When I log in as "user1"
And I follow "Preferences" in the user menu
And I follow "Default home page"
And I set the field "Default home page" to "<preference>"
And I follow "Home page"
And I set the field "Home page" to "<preference>"
And I press "Save changes"
Then "<breadcrumb>" "text" should exist in the ".breadcrumb" "css_element"
Examples: