module Capybara::RSpecMatchers

def become_closed(**options)

Options Hash: (**options)
  • :wait (Numeric) -- Maximum wait time

Parameters:
  • options (Hash) -- optional param
def become_closed(**options)
  BecomeClosed.new(options)
end