capybara-webkit icon indicating copy to clipboard operation
capybara-webkit copied to clipboard

Remove auto-screenshot behavior

Open jferris opened this issue 10 years ago • 1 comments

We can't distinguish between ClickFailed errors which will be retried, and those which have actually failed for good. This means we end up writing hundreds of screenshot files during a failure, and we sometimes write several screenshot files even when the click ends up working.

This isn't feasible to work around in a driver, so this commit removes the behavior from capybara-webkit. Something like this may make more sense in Capybara proper.

Resolves #626.

jferris avatar Jun 26 '15 16:06 jferris

Looks good to me.

mhoran avatar Jun 27 '15 18:06 mhoran