From 48cf062595515574bd4e7438e324a1a2e5a52a9b Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Thu, 20 Oct 2016 11:26:27 +0800 Subject: [PATCH] MDL-55926 behat: Fixed undefined steps --- user/tests/behat/view_full_profile.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user/tests/behat/view_full_profile.feature b/user/tests/behat/view_full_profile.feature index 94aa827af7a..cc6a7c461fe 100644 --- a/user/tests/behat/view_full_profile.feature +++ b/user/tests/behat/view_full_profile.feature @@ -83,7 +83,7 @@ Feature: Access to full profiles of users And I press "Add" And I log out When I log in as "student1" - And I view the "Student 3" contact in messages + And I view the "Student 3" contact in the message area And I follow "View profile" Then I should see "First access to site" @@ -99,7 +99,7 @@ Feature: Access to full profiles of users And I press "Save and display" And I log out When I log in as "student1" - And I view the "Student 2" contact in messages + And I view the "Student 2" contact in the message area And I follow "View profile" And I should not see "First access to site" And I should see "The details of this user are not available to you" @@ -117,6 +117,6 @@ Feature: Access to full profiles of users And I add "Student 2 (student2@example.com)" user to "Group 1" group members And I log out And I log in as "student1" - And I view the "Student 2" contact in messages + And I view the "Student 2" contact in the message area And I follow "View profile" Then I should see "First access to site"