Skip to content

Instantly share code, notes, and snippets.

@danpoltawski
Created May 13, 2013 21:07
Show Gist options
  • Select an option

  • Save danpoltawski/5571541 to your computer and use it in GitHub Desktop.

Select an option

Save danpoltawski/5571541 to your computer and use it in GitHub Desktop.
failed behat tests frm 2a7a5cfa4c9
(::) failed steps (::)
01. Xpath matching locator "//div[@class='region-content']/descendant::table/descendant::tr[4]" not found.
In step `And "//div[@class='region-content']/descendant::table/descendant::tr[4]" "xpath_element" should exists'. # behat_general::should_exists()
From scenario `Wiki page edition history changes list'. # /Users/danp/git/integration/mod/wiki/tests/behat/page_history.feature:8
Of feature `A history of each wiki page is available'. # /Users/danp/git/integration/mod/wiki/tests/behat/page_history.feature
02. Css matching locator ".region-content .generaltable td span" not found.
In step `And I hover ".region-content .generaltable td span" "css_element"'. # behat_general::i_hover()
From scenario `Basic contents assertions'. # /Users/danp/git/integration/admin/tool/behat/tests/behat/basic_actions.feature:8
Of feature `Page contents assertions'. # /Users/danp/git/integration/admin/tool/behat/tests/behat/basic_actions.feature
03. Button matching locator "Move this to the dock" in the ".block_settings" "css_element"" not found.
In step `When I click on "Move this to the dock" "button" in the ".block_settings" "css_element"'. # behat_general::i_click_on_in_the()
From scenario `Locators inside specific DOM nodes using CSS selectors'. # /Users/danp/git/integration/admin/tool/behat/tests/behat/basic_actions.feature:32
Of feature `Page contents assertions'. # /Users/danp/git/integration/admin/tool/behat/tests/behat/basic_actions.feature
04. Button matching locator "Move this to the dock" in the "//*[contains(concat(' ', normalize-space(@class), ' '), ' block_settings ')]" "xpath_element"" not found.
In step `When I click on "Move this to the dock" "button" in the "//*[contains(concat(' ', normalize-space(@class), ' '), ' block_settings ')]" "xpath_element"'. # behat_general::i_click_on_in_the()
From scenario `Locators inside specific DOM nodes using XPath'. # /Users/danp/git/integration/admin/tool/behat/tests/behat/basic_actions.feature:43
Of feature `Page contents assertions'. # /Users/danp/git/integration/admin/tool/behat/tests/behat/basic_actions.feature
05. debugging() message/s found:
Did you remember to call setType() for 'realname'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'lastname'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'firstname'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'email'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'city'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'courserole'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'cohort'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'username'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
In step `And I follow "Browse list of users"'. # behat_general::click_link()
From scenario background. # /Users/danp/git/integration/admin/tests/behat/filter_users.feature:7
Of feature `An administrator can filter user accounts by role, cohort and other profile fields'. # /Users/danp/git/integration/admin/tests/behat/filter_users.feature
06. debugging() message/s found:
Did you remember to call setType() for 'realname'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'lastname'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'firstname'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'email'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'city'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'courserole'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'cohort'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'username'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
In step `And I follow "Browse list of users"'. # behat_general::click_link()
From scenario background. # /Users/danp/git/integration/admin/tests/behat/filter_users.feature:7
Of feature `An administrator can filter user accounts by role, cohort and other profile fields'. # /Users/danp/git/integration/admin/tests/behat/filter_users.feature
07. debugging() message/s found:
Did you remember to call setType() for 'realname'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'lastname'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'firstname'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'email'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'city'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'courserole'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'cohort'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'username'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 160 of /admin/user.php: call to user_filtering->user_filtering()
In step `And I follow "Browse list of users"'. # behat_general::click_link()
From scenario `Upload users enrolling them on courses and groups'. # /Users/danp/git/integration/admin/tests/behat/upload_users.feature:8
Of feature `Upload users'. # /Users/danp/git/integration/admin/tests/behat/upload_users.feature
08. debugging() message/s found:
Did you remember to call setType() for 'realname'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 14 of /admin/user/user_bulk.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'lastname'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 14 of /admin/user/user_bulk.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'firstname'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 14 of /admin/user/user_bulk.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'email'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 14 of /admin/user/user_bulk.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'city'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 14 of /admin/user/user_bulk.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'courserole'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 14 of /admin/user/user_bulk.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'cohort'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 14 of /admin/user/user_bulk.php: call to user_filtering->user_filtering()
Did you remember to call setType() for 'username'? Defaulting to PARAM_RAW cleaning.
line 1303 of /lib/formslib.php: call to debugging()
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
line 52 of /user/filters/lib.php: call to moodleform->moodleform()
line 14 of /admin/user/user_bulk.php: call to user_filtering->user_filtering()
In step `When I follow "Bulk user actions"'. # behat_general::click_link()
From scenario `Add users to a cohort using a bulk user action'. # /Users/danp/git/integration/cohort/tests/behat/add_cohort.feature:47
Of feature `Add cohorts of users'. # /Users/danp/git/integration/cohort/tests/behat/add_cohort.feature
09. The text "Test forum name 1" appears in the text of the element matching css ".region-content", but it should not.
In step `And I should not see "Test forum name 1" in the ".region-content" "css_element"'. # behat_general::assert_element_not_contains_text()
From scenario `General activities course controls using topics and weeks formats, and paged mode and not paged mode works as expected'. # /Users/danp/git/integration/course/tests/behat/course_controls.feature:20
Of feature `Course activity controls works as expected'. # /Users/danp/git/integration/course/tests/behat/course_controls.feature
10. The text "Test forum name 1" appears in the text of the element matching css ".region-content", but it should not.
In step `And I should not see "Test forum name 1" in the ".region-content" "css_element"'. # behat_general::assert_element_not_contains_text()
From scenario `General activities course controls using topics and weeks formats, and paged mode and not paged mode works as expected'. # /Users/danp/git/integration/course/tests/behat/course_controls.feature:20
Of feature `Course activity controls works as expected'. # /Users/danp/git/integration/course/tests/behat/course_controls.feature
11. The text "Test forum name" was not found in the text of the element matching css "#section-2".
In step `Then I should see "Test forum name" in the "#section-2" "css_element"'. # behat_general::assert_element_contains_text()
From scenario `Move activities in a single page course with Javascript enabled'. # /Users/danp/git/integration/course/tests/behat/move_activities.feature:31
Of feature `Activities can be moved between sections'. # /Users/danp/git/integration/course/tests/behat/move_activities.feature
12. The text "Test forum name" was not found in the text of the element matching css "#section-2".
In step `Then I should see "Test forum name" in the "#section-2" "css_element"'. # behat_general::assert_element_contains_text()
From scenario `Move activities in the course home with Javascript enabled using paged mode'. # /Users/danp/git/integration/course/tests/behat/move_activities.feature:38
Of feature `Activities can be moved between sections'. # /Users/danp/git/integration/course/tests/behat/move_activities.feature
179 scenarios (167 passed, 12 failed)
3626 steps (3500 passed, 114 skipped, 12 failed)
240m52.03s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment