Skip to content

Instantly share code, notes, and snippets.

@danpoltawski
Created December 12, 2013 07:29
Show Gist options
  • Select an option

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

Select an option

Save danpoltawski/7924378 to your computer and use it in GitHub Desktop.
01. Exception thrown by ((//html/.//*[self::input | self::textarea | self::select][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'hidden')][(((./@id = 'Advanced role override' or ./@name = 'Advanced role override') or ./@id = //label[contains(normalize-space(string(.)), 'Advanced role override')]/@for) or ./@placeholder = 'Advanced role override')] | .//label[contains(normalize-space(string(.)), 'Advanced role override')]//.//*[self::input | self::textarea | self::select][not(./@type = 'submit' or ./@type = 'image' or ./@type = 'hidden')])[1]/descendant::option[(./@value='Student (0)' or normalize-space(.)='Student (0)')])[1]
Error Message => 'Element does not exist in cache'
caused by Request => {"headers":{"Accept":"application/json;charset=UTF-8","Content-Length":"0","Content-Type":"application/json;charset=UTF-8","Expect":"100-continue","Host":"localhost:4444"},"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/a525c450-62e7-11e3-9f1e-c7bcd3cc6a9a/element/%3Awdc%3A1386826607195/click"}
In step `And I override the system permissions of "Student" role with:'. # behat_permissions::i_override_the_system_permissions_of_role_with()
From scenario `Course capabilities overrides'. # /Users/danp/moodles/im_behating/moodle/admin/tool/behat/tests/behat/edit_permissions.feature:34
Of feature `Edit capabilities'. # /Users/danp/moodles/im_behating/moodle/admin/tool/behat/tests/behat/edit_permissions.feature
02. Field matching locator "'Grouping ID number'" not found.
In step `And I fill the moodle form with:'. # behat_forms::i_fill_the_moodle_form_with()
From scenario `Grouping ID number uniqueness'. # /Users/danp/moodles/im_behating/moodle/group/tests/behat/id_uniqueness.feature:47
Of feature `Uniqueness of Group ID number'. # /Users/danp/moodles/im_behating/moodle/group/tests/behat/id_uniqueness.feature
03. Field matching locator "'Group name'" not found.
In step `And I fill the moodle form with:'. # behat_forms::i_fill_the_moodle_form_with()
From scenario `Update groups and groupings with ID numbers'. # /Users/danp/moodles/im_behating/moodle/group/tests/behat/update_groups.feature:43
Of feature `Automatic updating of groups and groupings'. # /Users/danp/moodles/im_behating/moodle/group/tests/behat/update_groups.feature
254 scenarios (251 passed, 3 failed)
5652 steps (5625 passed, 24 skipped, 3 failed)
153m12.584s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment