thoughtbot / capybara-webkit

A Capybara driver for headless WebKit to test JavaScript web apps
https://thoughtbot.com/open-source
MIT License
1.97k stars 428 forks source link

How to fix "Your browser needs to be updated" #989

Closed ifyouseewendy closed 7 years ago

ifyouseewendy commented 7 years ago

It took me some time to finally configure well QT(5.5), Xcode and capybara-webkit (1.12.0). When I started to write my test, I got this warning after running save_and_open_page:

image

Could anyone please give some advice on the case? Thanks!

mvz commented 7 years ago

@ifyouseewendy this really depends on what you're trying to do. Why are your tests loading a page on Shopify?

jferris commented 7 years ago

I'm going to close this issue, as it doesn't seem like a bug in capybara-webkit, but if you can describe what your tests are doing that causes that warning, feel free to ask for more help.