From 67c5420a1f9f8de212fbf5a162584498026c40d7 Mon Sep 17 00:00:00 2001 From: Brian Barnes Date: Fri, 11 Jul 2014 11:54:20 +1200 Subject: [PATCH] MDL-46325 behat: Fixed issue where 'teacher1' didn't exist --- .../tests/behat/block_course_summary_frontpage.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/course_summary/tests/behat/block_course_summary_frontpage.feature b/blocks/course_summary/tests/behat/block_course_summary_frontpage.feature index 651f0118acd..556f4ae0f7e 100644 --- a/blocks/course_summary/tests/behat/block_course_summary_frontpage.feature +++ b/blocks/course_summary/tests/behat/block_course_summary_frontpage.feature @@ -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"