1) Fixes a failing Behat test.
2) Speeds up two tests (including one fixed above).
Part of MDL-59290.
And I follow "Full profile"
And I should see "First access to site"
- @javascript
Scenario: Viewing full profiles with forceloginforprofiles off
Given the following config values are set as admin:
| forceloginforprofiles | 0 |
And I follow "Full profile"
Then I should see "First access to site"
- @javascript
Scenario: Viewing own full profile
Given I log in as "student1"
When I follow "Profile" in the user menu