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
Capybara has a few debug methods such as save_and_open_page and save_and_open_screenshot. It would be useful to have rubocop warn about this, similarly to binding.pry.
The text was updated successfully, but these errors were encountered:
I do not have much experience with capybara, but this sounds easy enough to implement as long as those are the only methods to look out for. If you do not mind looking over it/testing it, I can create a pull request.
I do not have much experience with capybara, but this sounds easy enough
to implement as long as those are the only methods to look out for. If you
do not mind looking over it/testing it, I can create a pull request.
—
Reply to this email directly or view it on GitHub #1507 (comment).
Capybara has a few debug methods such as
save_and_open_page
andsave_and_open_screenshot
. It would be useful to have rubocop warn about this, similarly tobinding.pry
.The text was updated successfully, but these errors were encountered: