-
Bug
-
Resolution: Fixed
-
Minor
-
2.7, 2.8
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_27_STABLE
-
wip-mdl-45769
-
- Run behat on all supported OS/browsers(phantomjs/FF/Chrome)
After MDL-45698 got fixed, there are 2 fails on phantomjs.
04. Exception thrown by ((//html//div[contains(concat(' ', normalize-space(@class), ' '), ' moodle-dialogue ') and
|
normalize-space(descendant::div[
|
contains(concat(' ', normalize-space(@class), ' '), ' moodle-dialogue-hd ')
|
]) = 'Confirmation'] |
|
//div[contains(concat(' ', normalize-space(@class), ' '), ' yui-dialog ') and
|
normalize-space(descendant::div[@class='hd']) = 'Confirmation'])[1]//input[./@type = 'submit' or ./@type = 'image' or ./@type = 'button'][(((./@id = 'Yes' or ./@name = 'Yes') or contains(./@value, 'Yes')) or contains(./@title, 'Yes'))]|(//html//div[contains(concat(' ', normalize-space(@class), ' '), ' moodle-dialogue ') and
|
normalize-space(descendant::div[
|
contains(concat(' ', normalize-space(@class), ' '), ' moodle-dialogue-hd ')
|
]) = 'Confirmation'] |
|
//div[contains(concat(' ', normalize-space(@class), ' '), ' yui-dialog ') and
|
normalize-space(descendant::div[@class='hd']) = 'Confirmation'])[1]//input[./@type = 'image'][contains(./@alt, 'Yes')]|(//html//div[contains(concat(' ', normalize-space(@class), ' '), ' moodle-dialogue ') and
|
normalize-space(descendant::div[
|
contains(concat(' ', normalize-space(@class), ' '), ' moodle-dialogue-hd ')
|
]) = 'Confirmation'] |
|
//div[contains(concat(' ', normalize-space(@class), ' '), ' yui-dialog ') and
|
normalize-space(descendant::div[@class='hd']) = 'Confirmation'])[1]//button[((((./@id = 'Yes' or ./@name = 'Yes') or contains(./@value, 'Yes')) or contains(normalize-space(string(.)), 'Yes')) or contains(./@title, 'Yes'))]|(//html//div[contains(concat(' ', normalize-space(@class), ' '), ' moodle-dialogue ') and
|
normalize-space(descendant::div[
|
contains(concat(' ', normalize-space(@class), ' '), ' moodle-dialogue-hd ')
|
]) = 'Confirmation'] |
|
//div[contains(concat(' ', normalize-space(@class), ' '), ' yui-dialog ') and
|
normalize-space(descendant::div[@class='hd']) = 'Confirmation'])[1]//input[./@type = 'image'][contains(./@alt, 'Yes')]|(//html//div[contains(concat(' ', normalize-space(@class), ' '), ' moodle-dialogue ') and
|
normalize-space(descendant::div[
|
contains(concat(' ', normalize-space(@class), ' '), ' moodle-dialogue-hd ')
|
]) = 'Confirmation'] |
|
//div[contains(concat(' ', normalize-space(@class), ' '), ' yui-dialog ') and
|
normalize-space(descendant::div[@class='hd']) = 'Confirmation'])[1]//*[./@role = 'button'][(((./@id = 'Yes' or ./@name = 'Yes') or contains(./@value, 'Yes')) or contains(./@title, 'Yes') or contains(normalize-space(string(.)), 'Yes'))])[1]
|
{"errorMessage":"Element is not currently visible and may not be manipulated","request":{"headers":{"Accept":"application/json;charset=UTF-8","Content-Length":"0","Content-Type":"application/json;charset=UTF-8","Expect":"100-continue","Host":"127.0.0.1:4443"},"httpVersion":"1.1","method":"POST","post":"","url":"/click","urlParsed":{"anchor":"","query":"","file":"click","directory":"/","path":"/click","relative":"/click","port":"","host":"","password":"","user":"","userInfo":"","authority":"","protocol":"","source":"/click","queryKey":{},"chunks":["click"]},"urlOriginal":"/session/40f42ab0-e6a6-11e3-88bd-dd7fd44df8cd/element/%3Awdc%3A1401309896290/click"}}
|
In step `And I define the following rubric:'. # behat_gradingform_rubric::i_define_the_following_rubric()
|
From scenario background. # /var/lib/jenkins/git_repositories/master/grade/grading/form/rubric/tests/behat/edit_rubric.feature:7
|
Of feature `Rubrics can be created and edited'. # /var/lib/jenkins/git_repositories/master/grade/grading/form/rubric/tests/behat/edit_rubric.feature
|
|
05. "16" text was found in the "//table/tbody/tr[td[contains(concat(' ', normalize-space(@class), ' '), ' participant ') and contains(.,'Sam1')]]/td[contains(concat(' ', normalize-space(@class), ' '), ' gradinggrade ')]" element but was not visible
|
In step `And I should see "16" in the "//table/tbody/tr[td[contains(concat(' ', normalize-space(@class), ' '), ' participant ') and contains(.,'Sam1')]]/td[contains(concat(' ', normalize-space(@class), ' '), ' gradinggrade ')]" "xpath_element"'. # behat_general::assert_element_contains_text()
|
From scenario background. # /var/lib/jenkins/git_repositories/master/mod/workshop/tests/behat/workshop_assessment.feature:7
|
Of feature `Workshop submission and assessment'. # /var/lib/jenkins/git_repositories/master/mod/workshop/tests/behat/workshop_assessment.feature
|
- has been marked as being related by
-
MDL-45698 behat composer.json should have hard-coded supported versions
-
- Closed
-