Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
e92d7253
Commit
e92d7253
authored
Jul 02, 2020
by
Jake Dallimore
Browse files
Merge branch 'MDL-69149-37' of
git://github.com/andrewnicols/moodle
into MOODLE_37_STABLE
parents
83e9f358
3fe3913c
Changes
1
Hide whitespace changes
Inline
Side-by-side
grade/tests/behat/behat_grade.php
View file @
e92d7253
...
...
@@ -203,7 +203,7 @@ class behat_grade extends behat_base {
$inputxpath
=
"//input[@class='idnumber']["
.
"parent::li[@class='item'][text()='"
.
$gradeitem
.
"']"
.
" | "
.
"parent::li[@class='categoryitem'
|
@class='courseitem']"
.
"parent::li[@class='categoryitem'
or
@class='courseitem']"
.
"/parent::ul/parent::li[starts-with(text(),'"
.
$gradeitem
.
"')]"
.
"]"
;
$this
->
execute
(
'behat_forms::i_set_the_field_with_xpath_to'
,
array
(
$inputxpath
,
$idnumber
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment