Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created July 22, 2014 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phlegx/e8a40cfbf8ae65f55956 to your computer and use it in GitHub Desktop.
Save phlegx/e8a40cfbf8ae65f55956 to your computer and use it in GitHub Desktop.
Failures:
1) the sign in process signs me in
Failure/Error: visit '/'
ChildProcess::LaunchError:
No such file or directory - -no-remote
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/childprocess-0.5.3/lib/childprocess/unix/fork_exec_process.rb:58:in `launch_process'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/childprocess-0.5.3/lib/childprocess/abstract_process.rb:82:in `start'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/selenium-webdriver-2.42.0/lib/selenium/webdriver/firefox/binary.rb:56:in `execute'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/selenium-webdriver-2.42.0/lib/selenium/webdriver/firefox/binary.rb:34:in `start_with'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/selenium-webdriver-2.42.0/lib/selenium/webdriver/firefox/launcher.rb:70:in `start_silent_and_wait'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/selenium-webdriver-2.42.0/lib/selenium/webdriver/firefox/launcher.rb:35:in `block in launch'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/selenium-webdriver-2.42.0/lib/selenium/webdriver/firefox/socket_lock.rb:20:in `locked'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/selenium-webdriver-2.42.0/lib/selenium/webdriver/firefox/launcher.rb:32:in `launch'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/selenium-webdriver-2.42.0/lib/selenium/webdriver/firefox/bridge.rb:24:in `initialize'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/selenium-webdriver-2.42.0/lib/selenium/webdriver/common/driver.rb:31:in `new'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/selenium-webdriver-2.42.0/lib/selenium/webdriver/common/driver.rb:31:in `for'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/selenium-webdriver-2.42.0/lib/selenium/webdriver.rb:67:in `for'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/capybara-2.4.1/lib/capybara/selenium/driver.rb:13:in `browser'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/capybara-2.4.1/lib/capybara/selenium/driver.rb:45:in `visit'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/capybara-2.4.1/lib/capybara/session.rb:226:in `visit'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/capybara-2.4.1/lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
# ./spec/features/selenium/test_1.rb:21:in `block (2 levels) in <top (required)>'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/example.rb:116:in `block in run'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/example.rb:253:in `with_around_each_hooks'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/example.rb:113:in `run'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/example_group.rb:514:in `block in run_examples'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/example_group.rb:510:in `map'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/example_group.rb:510:in `run_examples'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/example_group.rb:495:in `run'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/command_line.rb:24:in `map'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/command_line.rb:24:in `block in run'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/reporter.rb:58:in `report'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/command_line.rb:21:in `run'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/runner.rb:89:in `run'
# /home/user/.rvm/gems/ruby-2.1.1@projectname/gems/rspec-core-2.99.0/lib/rspec/core/runner.rb:17:in `block in autorun'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment