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:
c899bfb
)
MDL-59548 behat: fix trailing whitespace
author
Dan Poltawski
<dan@moodle.com>
Mon, 17 Jul 2017 10:30:28 +0000
(11:30 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 17 Jul 2017 10:30:28 +0000
(11:30 +0100)
lib/tests/behat/behat_forms.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/tests/behat/behat_forms.php
b/lib/tests/behat/behat_forms.php
index
2059338
..
9b5d2c7
100644
(file)
--- a/
lib/tests/behat/behat_forms.php
+++ b/
lib/tests/behat/behat_forms.php
@@
-548,5
+548,4
@@
class behat_forms extends behat_base {
$csstarget = ".form-autocomplete-downarrow";
$this->execute('behat_general::i_click_on', [$csstarget, 'css_element']);
}
-
}