From 111ec01643afb6e92db18cd461ca950c581679b4 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 30 Aug 2018 11:14:43 +0800 Subject: [PATCH] =?UTF-8?q?MDL-63094=20tool=5Fpolicy:=20Replace=20'=C3=97'?= =?UTF-8?q?=20with=20'.close'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This relates to MDL-59883, which was not backported to 33 and beyond. --- admin/tool/policy/tests/behat/consent.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/tool/policy/tests/behat/consent.feature b/admin/tool/policy/tests/behat/consent.feature index 492d6d89b57..ee52d88bb7c 100644 --- a/admin/tool/policy/tests/behat/consent.feature +++ b/admin/tool/policy/tests/behat/consent.feature @@ -472,11 +472,11 @@ Feature: User must accept policy managed by this plugin when logging in and sign # Confirm when clicking on the policy links, the policy content is displayed. When I click on "This site policy" "link" Then I should see "full text2" - And I click on "×" "button" + And I click on ".close" "css_element" And I should not see "full text2" When I click on "This guests policy" "link" Then I should see "full text4" - And I click on "×" "button" + And I click on ".close" "css_element" And I should not see "full text4" # Confirm when agreeing to policies the pop-up is no longer displayed. When I follow "Continue"