percy / percy-capybara

Visual testing for Capybara with Percy.
https://docs.percy.io/docs/capybara
MIT License
45 stars 23 forks source link

fix: Use `evalaute_script` if the driver has it available #152

Closed Robdel12 closed 4 years ago

Robdel12 commented 4 years ago

What is this?

This is to avoid any issues where Capybara drivers don't return the value from execute_script

Will close #150

geoffharcourt commented 4 years ago

@Robdel12 thank you for making this change!

Robdel12 commented 4 years ago

No problem! Sorry for breaking it 😅