1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 09:55:33 +02:00

MDL-46325 behat: Fixed issue where 'teacher1' didn't exist

This commit is contained in:
Brian Barnes 2014-07-11 11:28:54 +12:00
parent 5fd0df97c5
commit 3040963be3

@ -27,7 +27,7 @@ Feature: Course summary block used on the frontpage
Then I should see "Front page settings" in the "h2" "css_element"
Scenario: Admin can not see edit icon when edit mode is off
When I log in as "teacher1"
When I log in as "admin"
And I am on homepage
Then I should see "Proved the summary block works!" in the "Course/site summary" "block"
And "Edit" "link" should not exist in the "Course/site summary" "block"