appfolio / ae_page_objects

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

ElementProxy enhancements and fix for #65 #78

Closed dtognazzini closed 10 years ago

dtognazzini commented 10 years ago

New methods: wait_for_absence(timeout = nil) wait_for_presence(timeout = nil)

Fix for #65

ipmsteven commented 10 years ago

do we need require 'timeout' at the top of element_proxy.rb

dtognazzini commented 10 years ago

No. Good catch. I'll remove.