Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1654b2f
)
MDL-33671 behat: fix error with Select all/none checkbox
author
Sara Arjona
<sara@moodle.com>
Thu, 5 Mar 2020 14:58:56 +0000
(15:58 +0100)
committer
Sara Arjona
<sara@moodle.com>
Thu, 5 Mar 2020 14:58:56 +0000
(15:58 +0100)
repository/tests/behat/delete_files.feature
patch
|
blob
|
blame
|
history
diff --git
a/repository/tests/behat/delete_files.feature
b/repository/tests/behat/delete_files.feature
index
905a54d
..
7cbedae
100644
(file)
--- a/
repository/tests/behat/delete_files.feature
+++ b/
repository/tests/behat/delete_files.feature
@@
-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 |