MDL-62139 behat: Invalid test
authorDamyon Wiese <damyon@moodle.com>
Tue, 23 Oct 2018 08:35:03 +0000 (16:35 +0800)
committerDamyon Wiese <damyon@moodle.com>
Tue, 23 Oct 2018 08:47:20 +0000 (16:47 +0800)
If javascript is disabled, we can't open the menu.

admin/tool/policy/tests/behat/consent.feature

index 2caf478..8856346 100644 (file)
@@ -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 "Users > Privacy and policies > Manage policies" in site administration
-    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\""