MDL-49412 core_auth: Fix behat failures
authorSimey Lameze <simey@moodle.com>
Thu, 2 Apr 2015 05:33:20 +0000 (13:33 +0800)
committerAdrian Greeve <adrian@moodle.com>
Fri, 10 Apr 2015 09:18:22 +0000 (17:18 +0800)
Part of MDL-45774.

auth/tests/behat/login.feature

index 3641b91..f3ca877 100644 (file)
@@ -17,7 +17,7 @@ Feature: Authentication
     Given the following "users" exist:
       | username | password | firstname | lastname | email |
       | testuser | testuser | Test | User | moodle@moodlemoodle.com |
-    And I am on homepage
+    And I am on site homepage
     When I follow "Log in"
     And I set the field "Username" to "testuser"
     And I set the field "Password" to "testuser"
@@ -28,7 +28,7 @@ Feature: Authentication
     Given the following "users" exist:
       | username | password | firstname | lastname | email |
       | testuser | testuser | Test | User | moodle@moodlemoodle.com |
-    And I am on homepage
+    And I am on site homepage
     When I follow "Log in"
     And I set the field "Username" to "testuser"
     And I set the field "Password" to "unexisting"