From 2b803aedcf55acef154579ae2f287eba371967b5 Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Wed, 19 Nov 2014 10:20:21 +0800 Subject: [PATCH] MDL-46865 report_log: Fixed site name in behat step --- report/log/tests/behat/filter_log.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/report/log/tests/behat/filter_log.feature b/report/log/tests/behat/filter_log.feature index 0f5d2c1cb81..a9ad191a552 100644 --- a/report/log/tests/behat/filter_log.feature +++ b/report/log/tests/behat/filter_log.feature @@ -32,7 +32,7 @@ Feature: In a report, admin can filter log data And I log out And I log in as "admin" When I navigate to "Logs" node in "Site administration > Reports" - And I set the field "id" to "Site logs" + And I set the field "id" to "Acceptance test site (Site)" And I set the field "user" to "All participants" And I set the field "logreader" to "Standard log" And I press "Get these logs" @@ -52,7 +52,7 @@ Feature: In a report, admin can filter log data And I log out And I log in as "admin" When I navigate to "Logs" node in "Site administration > Reports" - And I set the field "id" to "Site logs" + And I set the field "id" to "Acceptance test site (Site)" And I set the field "user" to "All participants" And I press "Get these logs" Then I should see "User logged in as another user" @@ -76,7 +76,7 @@ Feature: In a report, admin can filter log data And I log out And I log in as "admin" When I navigate to "Logs" node in "Site administration > Reports" - And I set the field "id" to "Site logs" + And I set the field "id" to "Acceptance test site (Site)" And I set the field "user" to "All participants" And I press "Get these logs" Then I should see "user login"