Skip to content

Instantly share code, notes, and snippets.

@wnstn
Created April 11, 2012 17:24
Show Gist options
  • Save wnstn/2360700 to your computer and use it in GitHub Desktop.
Save wnstn/2360700 to your computer and use it in GitHub Desktop.
failing files
1) friendship request spec friendship request without message should show have feedback and create db record
Failure/Error: click_link("Invite to My Network")
Capybara::ElementNotFound:
no link with title, id or text 'Invite to My Network' found
# (eval):2:in `click_link'
# ./spec/requests/friendship_request_spec.rb:21:in `block (4 levels) in <top (required)>'
2) friendship request spec friendship request with message should show have feedback and create db record
Failure/Error: click_link("Invite to My Network")
Capybara::ElementNotFound:
no link with title, id or text 'Invite to My Network' found
# (eval):2:in `click_link'
# ./spec/requests/friendship_request_spec.rb:36:in `block (4 levels) in <top (required)>'
3) Project Role Invitations request spec creating invitation invite a non user to fulfil a role should work
Failure/Error: within("#external-role-invitation-form") do
Capybara::ElementNotFound:
Unable to find css "#external-role-invitation-form"
# (eval):2:in `find'
# ./spec/requests/invite_spec.rb:17:in `block (4 levels) in <top (required)>'
4) My Account request spec view my career dashboard should work
Failure/Error: current_path.should == career_dashboard_my_account_path
expected: "/my_account/career_dashboard"
got: "/sign-in" (using ==)
# ./spec/requests/my_account/my_account_spec.rb:21:in `block (3 levels) in <top (required)>'
5) My Account request spec add Gear should add a gear to my account
Failure/Error: click_link("Gear")
Capybara::ElementNotFound:
no link with title, id or text 'Gear' found
# (eval):2:in `click_link'
# ./spec/requests/my_account/my_account_spec.rb:135:in `block (3 levels) in <top (required)>'
6) Project Request spec view Project edit project info should work
Failure/Error: click_link("Test Project")
Capybara::ElementNotFound:
no link with title, id or text 'Test Project' found
# (eval):2:in `click_link'
# ./spec/requests/project_spec.rb:64:in `block (4 levels) in <top (required)>'
7) Project Role request spec add a project role should allow the user to add a role
Failure/Error: click_link("Test Project")
Capybara::ElementNotFound:
no link with title, id or text 'Test Project' found
# (eval):2:in `click_link'
# ./spec/requests/role_spec.rb:17:in `block (3 levels) in <top (required)>'
8) Project Role request spec create Project roles should work
Failure/Error: click_link("Add Role")
Capybara::ElementNotFound:
no link with title, id or text 'Add Role' found
# (eval):2:in `click_link'
# ./spec/requests/role_spec.rb:40:in `block (3 levels) in <top (required)>'
9) Project Role request spec search for existing users to fill a role should work
Failure/Error: click_link("Invite")
Capybara::ElementNotFound:
no link with title, id or text 'Invite' found
# (eval):2:in `click_link'
# ./spec/requests/role_spec.rb:60:in `block (3 levels) in <top (required)>'
10) Project Role request spec removing a role should remove the role
Failure/Error: click_link("Team")
Capybara::ElementNotFound:
no link with title, id or text 'Team' found
# (eval):2:in `click_link'
# ./spec/requests/role_spec.rb:75:in `block (3 levels) in <top (required)>'
75/75: 100% |==========================================| Time: 00:02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment