Waiter.wait_until provides a partial replacement for Capybara.wait_until, but there is a slight difference. Waiter.wait_until surrounds the block with Capybara.using_wait_time(0). This is due to the origin of Waiter.wait_until being used in ElementProxy where this behavior is necessary for waiting for presence or absence of elements.
Waiter.wait_untilprovides a partial replacement forCapybara.wait_until, but there is a slight difference.Waiter.wait_untilsurrounds the block withCapybara.using_wait_time(0). This is due to the origin ofWaiter.wait_untilbeing used inElementProxywhere this behavior is necessary for waiting for presence or absence of elements.