rspec-wait
rspec-wait copied to clipboard
Is it incompatible with `change` matcher?
wait(1).for{
find_button_by_text("Копировать").click
}.to change{
tabs.size
}.from(2).to(3)
Failure/Error:
expected `tabs.size` to have changed from 2 to 3, but was not given a block