module Capybara::RSpecMatchers
def become_closed(**options)
(**options)
-
:wait
(Numeric
) -- Maximum wait time
Parameters:
-
options
(Hash
) -- optional param
def become_closed(**options) BecomeClosed.new(options) end
(**options)
:wait
(Numeric
)
-- Maximum wait time
options
(Hash
)
-- optional param
def become_closed(**options) BecomeClosed.new(options) end