From d4b28e0b16fa7200f69e3558267c5f69afb60443 Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Thu, 13 Oct 2016 10:47:32 +0800 Subject: [PATCH] MDL-56299 behat: Popover doesn't work with phantomjs --- admin/tool/monitor/tests/behat/subscription.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/tool/monitor/tests/behat/subscription.feature b/admin/tool/monitor/tests/behat/subscription.feature index 304a3faacb4..bcf2ff664bb 100644 --- a/admin/tool/monitor/tests/behat/subscription.feature +++ b/admin/tool/monitor/tests/behat/subscription.feature @@ -98,6 +98,7 @@ Feature: tool_monitor_subscriptions Then I should see "Subscription successfully removed" And "#toolmonitorsubs_r0" "css_element" should not exist + @_bug_phantomjs Scenario: Receiving notification on site level Given I log in as "admin" And I follow "Preferences" in the user menu @@ -118,6 +119,7 @@ Feature: tool_monitor_subscriptions Then I should see "New rule site level" And I should see "The course was viewed" + @_bug_phantomjs Scenario: Receiving notification on course level Given I log in as "teacher1" And I follow "Preferences" in the user menu -- 2.43.0