You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActionPack is checking `instance_created?` now, and it was `false`, so
`take_screenshot` was not called.
```
def take_failed_screenshot
take_screenshot if failed? && supports_screenshot? && Capybara::Session.instance_created?
end
```
rails/rails@1dfcffb
0 commit comments