appfolio / ae_page_objects

Page Objects for Capybara
MIT License
28 stars 9 forks source link

Prevent AePageObjects::Collection#size from waiting #207

Closed tlconnor closed 6 years ago

tlconnor commented 6 years ago

An issue has been found where AePageObjects::Collection#size waits for up to Capybara.default_wait_time. If #size is used within an AePageObjects#wait_until block it is possible for the block to fail after only 1 iteration.

The solution is to prevent Capybara from waiting within #size calls.