From 1d97b8af8addb2df04a08a882a60d3a32dc79164 Mon Sep 17 00:00:00 2001
From: Damyon Wiese <damyon@moodle.com>
Date: Tue, 23 Oct 2018 16:35:03 +0800
Subject: [PATCH] MDL-62139 behat: Invalid test

If javascript is disabled, we can't open the menu.
---
 admin/tool/policy/tests/behat/consent.feature | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/tool/policy/tests/behat/consent.feature b/admin/tool/policy/tests/behat/consent.feature
index 6a5f4c0cd3c..2c5e2e1b4b9 100644
--- a/admin/tool/policy/tests/behat/consent.feature
+++ b/admin/tool/policy/tests/behat/consent.feature
@@ -420,7 +420,7 @@ Feature: User must accept policy managed by this plugin when logging in and sign
     # Create new version of the policy document.
     And I log in as "admin"
     And I navigate to "Manage policies" node in "Site administration > Users > Privacy and policies"
-    When I follow "Actions"
+    # Menu is already open because javascript is disabled.
     Then I should see "View"
     And I should see "Edit"
     And I should see "Set status to \"Inactive\""
-- 
2.11.0

