Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Created April 2, 2014 16:28
Show Gist options
  • Save ku1ik/9937627 to your computer and use it in GitHub Desktop.
Save ku1ik/9937627 to your computer and use it in GitHub Desktop.
# Running tests:
...........EF..................FFFFFFFFFF
Finished tests in 42.043389s, 0.9752 tests/s, 2.1406 assertions/s.
Error:
test: MergeRequestsShow should display watch/unwatch for signed in user. (MergeRequestsShowTest):
Capybara::ElementNotFound: Unable to find field "Email or login"
/srv/gitorious/app/vendor/bundle/ruby/1.9.1/gems/capybara-2.1.0/lib/capybara/node/finders.rb:41:in `block in find'
/srv/gitorious/app/vendor/bundle/ruby/1.9.1/gems/capybara-2.1.0/lib/capybara/node/base.rb:81:in `synchronize'
/srv/gitorious/app/vendor/bundle/ruby/1.9.1/gems/capybara-2.1.0/lib/capybara/node/finders.rb:30:in `find'
/srv/gitorious/app/vendor/bundle/ruby/1.9.1/gems/capybara-2.1.0/lib/capybara/node/actions.rb:53:in `fill_in'
/srv/gitorious/app/vendor/bundle/ruby/1.9.1/gems/capybara-2.1.0/lib/capybara/session.rb:354:in `block (2 levels) in <class:Session>'
/srv/gitorious/app/vendor/bundle/ruby/1.9.1/gems/capybara-2.1.0/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
/srv/gitorious/app/test/integration/merge_requests/show_test.rb:27:in `login_as'
/srv/gitorious/app/test/integration/merge_requests/show_test.rb:84:in `block in <class:MergeRequestsShowTest>'
/srv/gitorious/app/vendor/bundle/ruby/1.9.1/gems/shoulda-context-1.1.6/lib/shoulda/context/context.rb:413:in `instance_exec'
/srv/gitorious/app/vendor/bundle/ruby/1.9.1/gems/shoulda-context-1.1.6/lib/shoulda/context/context.rb:413:in `block in create_test_from_should_hash'
Failure:
test: MergeRequestsShow should show merge request information. (MergeRequestsShowTest) [/srv/gitorious/app/test/integration/merge_requests/show_test.rb:78]:
Failed assertion, no message given.
Failure:
test: UserEdit should add new ssh key. (UserEditTest) [/srv/gitorious/app/test/integration/users_edit_test.rb:30]:
expected to find text "Action requires login" in "".
Failure:
test: UserEdit should allow adding new email aliases. (UserEditTest) [/srv/gitorious/app/test/integration/users_edit_test.rb:30]:
expected to find text "Action requires login" in "".
Failure:
test: UserEdit should allow deleting email aliases. (UserEditTest) [/srv/gitorious/app/test/integration/users_edit_test.rb:30]:
expected to find text "Action requires login" in "".
Failure:
test: UserEdit should delete ssh key. (UserEditTest) [/srv/gitorious/app/test/integration/users_edit_test.rb:30]:
expected to find text "Action requires login" in "".
Failure:
test: UserEdit should show error messages when trying to add an invalid email alias. (UserEditTest) [/srv/gitorious/app/test/integration/users_edit_test.rb:30]:
expected to find text "Action requires login" in "".
Failure:
test: UserEdit should show errors when trying to save invalid user details. (UserEditTest) [/srv/gitorious/app/test/integration/users_edit_test.rb:30]:
expected to find text "Action requires login" in "".
Failure:
test: UserEdit should show user email aliases. (UserEditTest) [/srv/gitorious/app/test/integration/users_edit_test.rb:30]:
expected to find text "Action requires login" in "".
Failure:
test: UserEdit should turn on/off notifications for a watched project. (UserEditTest) [/srv/gitorious/app/test/integration/users_edit_test.rb:30]:
expected to find text "Action requires login" in "".
Failure:
test: UserEdit should update user details. (UserEditTest) [/srv/gitorious/app/test/integration/users_edit_test.rb:30]:
expected to find text "Action requires login" in "".
Failure:
test: UserEdit should update user password. (UserEditTest) [/srv/gitorious/app/test/integration/users_edit_test.rb:30]:
expected to find text "Action requires login" in "".
41 tests, 90 assertions, 11 failures, 1 errors, 0 skips
rake aborted!
Command failed with status (12): [ruby -I"lib:test" -I"/srv/gitorious/app/vendor/bundle/ruby/1.9.1/gems/rake-10.1.1/lib" "/srv/gitorious/app/vendor/bundle/ruby/1.9.1/gems/rake-10.1.1/lib/rake/rake_test_loader.rb" "test/integration/**/*_test.rb" ]
Tasks: TOP => default => test => test:integration
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment