MDL-33671 behat: fix error with Select all/none checkbox
authorSara Arjona <sara@moodle.com>
Thu, 5 Mar 2020 14:58:56 +0000 (15:58 +0100)
committerSara Arjona <sara@moodle.com>
Thu, 5 Mar 2020 14:58:56 +0000 (15:58 +0100)
repository/tests/behat/delete_files.feature

index 905a54d..7cbedae 100644 (file)
@@ -79,7 +79,7 @@ Feature: Delete files and folders from the file manager
     And I press "Save changes"
     And I follow "Manage private files"
     And I click on "Display folder with file details" "link"
-    When I set the field "Select all/none" to "1"
+    When I click on "Select all/none" "checkbox"
     Then the following fields match these values:
       | Select file 'empty.txt' | 1 |
       | Select file 'Delete me' | 1 |