Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix selenium specs/cukes (broken on my machine) #5089

Closed
wants to merge 1 commit into from

Conversation

ulferts
Copy link
Contributor

@ulferts ulferts commented Nov 29, 2016

At least on my machine, passing the profile directly to the Selenium::Driver resulted in an error.

According to teamcapybara/capybara#1710 (comment), the profile has to be passed as part of the capabilities

At least on my machine, passing the profile directly to the Selenium::Driver resulted in an error.

According to teamcapybara/capybara#1710 (comment), the profile has to be passed as part of the capabilities
@oliverguenther
Copy link
Member

I'm guessing you're on Firefox 47+ which may expose this behavior. I'd like to try whether this also works with Firefox 45 ESR (used on Travis) since it appears to break the export spec.

@ulferts
Copy link
Contributor Author

ulferts commented Nov 30, 2016

I was wondering about that as well as I am on FF 45.5.0 ESR

@ulferts
Copy link
Contributor Author

ulferts commented Dec 9, 2016

The current mechanism on release/6.1 and dev is working for me again so it is probably not worth investing here to find out why it is not working.

@ulferts ulferts closed this Dec 9, 2016
@ulferts ulferts deleted the fix/selenium_test_execution branch December 9, 2016 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants