percy / percy-capybara

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

fix: Enable JavaScript for builds #84

Closed Robdel12 closed 5 years ago

Robdel12 commented 5 years ago

What is this?

Looks like the key that was being passed isn't using the right casing for @percy/agent. enableJavascript is deprecated and apparently doesn't work. enableJavaScript is the correct way and does work.

TODO

What's a good test for this that would surface JS not working in a snapshot? Probably introduce our own page?