From a870d3e8fbcb01f218292806d486abe025ca531f Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Thu, 24 Apr 2014 09:50:27 +1200 Subject: [PATCH] MDL-45249 report_loglive: add missing @_switch_window tag to required tests --- report/loglive/tests/behat/loglive_report.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report/loglive/tests/behat/loglive_report.feature b/report/loglive/tests/behat/loglive_report.feature index ec15393b18f..98b83472b7a 100644 --- a/report/loglive/tests/behat/loglive_report.feature +++ b/report/loglive/tests/behat/loglive_report.feature @@ -31,7 +31,7 @@ Feature: In a report, admin can see loglive data And I should see "course_add mod" And I log out - @javascript + @javascript @_switch_window Scenario: Check loglive report entries and make sure the pause/resume button works for standard reader along with ajax calls Given I am on homepage When I navigate to "Live logs" node in "Site administration > Reports" @@ -54,7 +54,7 @@ Feature: In a report, admin can see loglive data And I should see "Test name2" And I log out - @javascript + @javascript @_switch_window Scenario: Check loglive report entries and make sure the pause/resume button works for legacy reader along with ajax calls Given I am on homepage When I navigate to "Live logs" node in "Site administration > Reports"