Is there a good way to check on existence of images and favicons using rspec and capybara?
I can check on the DOM of favicons and images, but I want to be able to ch
# frozen_string_literal: true module Capybara module CustomMatchers include Capybara::DSL class Asset def asset_exists?(actual, src) js_script = <
Check https://gist.github.com/yovasx2/1c767114f2e003474a546c89ab4f90db to star and download