Skip to content

Instantly share code, notes, and snippets.

@benhoskings
Last active December 12, 2015 04:18
Show Gist options
  • Save benhoskings/4713064 to your computer and use it in GitHub Desktop.
Save benhoskings/4713064 to your computer and use it in GitHub Desktop.

With both the author.js and handleDoubleSubmit() fixes

1

unexpected response, code=404, content-type="text/plain"
TypeError - 'undefined' is not a function (evaluating '_getTagName(currWindow).toLowerCase()')
# ./spec/acceptance/author/publishing_spec.rb:75:in `block (2 levels) in <top (required)>'

558 examples, 0 failures
551 examples, 0 failures
568 examples, 1 failure

2

545 examples, 0 failures
489 examples, 0 failures
643 examples, 0 failures

3

unexpected response, code=404, content-type="text/plain"
TypeError - 'undefined' is not a function (evaluating '_getTagName(currWindow).toLowerCase()')
# ./spec/acceptance/editor/cropping_images_spec.rb:37:in `block (2 levels) in <top (required)>'

615 examples, 0 failures
503 examples, 0 failures
559 examples, 1 failure

4

expected #<Pathname:/Users/ben/projects/tc/tc/tmp/spec-parallel/0/public/this-is-a-cached-article-29.html> not to exist
# ./spec/acceptance/content_caching_spec.rb:60:in `block (2 levels) in <top (required)>'

unexpected response, code=404, content-type="text/plain"
TypeError - 'undefined' is not a function (evaluating '_getTagName(currWindow).toLowerCase()')
# ./spec/acceptance/editor/cropping_images_spec.rb:37:in `block (2 levels) in <top (required)>'

expected: "O&#x27;Conner-Quitzon at The Conversation"
    got: "O'Conner-Quitzon at The Conversation" (using ==)
# ./spec/helpers/comments_helper_spec.rb:28:in `block (4 levels) in <top (required)>'

570 examples, 0 failures
463 examples, 1 failure
644 examples, 2 failures

5

unexpected response, code=404, content-type="text/plain"
TypeError - 'undefined' is not a function (evaluating '_getTagName(currWindow).toLowerCase()')
# ./spec/acceptance/author/publishing_spec.rb:75:in `block (2 levels) in <top (required)>'

605 examples, 0 failures
480 examples, 0 failures
592 examples, 1 failure

With only the author.js fix

6

570 examples, 0 failures
522 examples, 0 failures
585 examples, 0 failures

7

Error Message => 'Element must be user-editable in order to clear it.'
caused by Request => {"headers":{"Accept":"application/json","Content-Length":"2","Content-Type":"application/x-www-form-urlencoded","Host":"127.0.0.1:63268","User-Agent":"Ruby"},"httpVersion":"1.1","method":"POST","post":"{}","postRaw":"{}","url":"/clear","urlParsed":{"anchor":"","query":"","file":"clear","directory":"/","path":"/clear","relative":"/clear","port":"","host":"","password":"","user":"","userInfo":"","authority":"","protocol":"","source":"/clear","queryKey":{},"chunks":["clear"]},"urlOriginal":"/session/c8829430-6f6f-11e2-8905-77280e7418b2/element/%3Awdc%3A1360053752663/clear"} (ReqHand)
# ./spec/acceptance/columnist/editing_post_spec.rb:24:in `block (2 levels) in <top (required)>'

Error Message => 'Click succeeded but Load Failed'
caused by Request => {"headers":{"Accept":"application/json","Content-Length":"2","Content-Type":"application/x-www-form-urlencoded","Host":"127.0.0.1:63268","User-Agent":"Ruby"},"httpVersion":"1.1","method":"POST","post":"{}","postRaw":"{}","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/c8829430-6f6f-11e2-8905-77280e7418b2/element/%3Awdc%3A1360053808017/click"} (WebElementReqHand)
# ./spec/acceptance/editor/brief_creating_and_save_spec.rb:84:in `block (2 levels) in <top (required)>'

554 examples, 0 failures
529 examples, 2 failures
594 examples, 0 failures

With both again

8

unexpected response, code=404, content-type="text/plain"
TypeError - 'undefined' is not a function (evaluating '_getTagName(currWindow).toLowerCase()')
# ./spec/acceptance/editor/cropping_images_spec.rb:37:in `block (2 levels) in <top (required)>'
541 examples, 0 failures
631 examples, 1 failure
505 examples, 0 failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment