Created
May 22, 2013 14:55
-
-
Save richdownie/5628183 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@safari @chrome @firefox @IE9 @IE10 | |
Feature: Insight Scenarios | |
Background: Setup Insight # features/Insight.feature:4 | |
File exists - /Users/richdownie/Library/Safari/Extensions.bak (Errno::EEXIST) | |
/Users/richdownie/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/fileutils.rb:513:in `block in mv' | |
/Users/richdownie/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/fileutils.rb:1551:in `block in fu_each_src_dest' | |
/Users/richdownie/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/fileutils.rb:1565:in `fu_each_src_dest0' | |
/Users/richdownie/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/fileutils.rb:1549:in `fu_each_src_dest' | |
/Users/richdownie/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/fileutils.rb:508:in `mv' | |
/Users/richdownie/.rvm/gems/ruby-2.0.0-p195@cyborg/gems/selenium-webdriver-2.32.1/lib/selenium/webdriver/safari/extension.rb:50:in `install' | |
/Users/richdownie/.rvm/gems/ruby-2.0.0-p195@cyborg/gems/selenium-webdriver-2.32.1/lib/selenium/webdriver/safari/bridge.rb:18:in `initialize' | |
/Users/richdownie/.rvm/gems/ruby-2.0.0-p195@cyborg/gems/selenium-webdriver-2.32.1/lib/selenium/webdriver/common/driver.rb:47:in `new' | |
/Users/richdownie/.rvm/gems/ruby-2.0.0-p195@cyborg/gems/selenium-webdriver-2.32.1/lib/selenium/webdriver/common/driver.rb:47:in `for' | |
/Users/richdownie/.rvm/gems/ruby-2.0.0-p195@cyborg/gems/selenium-webdriver-2.32.1/lib/selenium/webdriver.rb:67:in `for' | |
/Users/richdownie/code/cyborg/features/support/env.rb:11:in `Before' | |
* I am on the login page # features/step_definitions/selenium_webdriver.rb:12 | |
undefined method `+' for nil:NilClass (NoMethodError) | |
./features/support/paths.rb:6:in `path_to' | |
./features/step_definitions/selenium_webdriver.rb:13:in `/^I am on the (.+)/' | |
features/Insight.feature:5:in `* I am on the login page' |
I've filed an issue here: https://code.google.com/p/selenium/issues/detail?id=6382&thanks=6382&ts=1381298187
To correct, you just need to put the Extensions.bak directory back.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, have you managed to why this error is occurring?