We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See #123 (comment) for discussion.
When checking for presence, the DOM is not queried if the element was cached due to a previous lookup:
ae_page_objects/lib/ae_page_objects/element_proxy.rb
Line 142 in 135ddad
Since #65, this is not true for absence checks. With absence checks, the cached element is ignored and the DOM is queried:
Line 146 in 135ddad
Both types of checks should invalidate the cache by looking up the element in the DOM.
The text was updated successfully, but these errors were encountered:
ElementProxy
Merge pull request #161 from appfolio/updateChangeLog
e7b4ae6
Update Changelog for 1.5.0 listing #125
master: #158 10stable: #160
Sorry, something went wrong.
No branches or pull requests
See #123 (comment) for discussion.
When checking for presence, the DOM is not queried if the element was cached due to a previous lookup:
ae_page_objects/lib/ae_page_objects/element_proxy.rb
Line 142 in 135ddad
Since #65, this is not true for absence checks. With absence checks, the cached element is ignored and the DOM is queried:
ae_page_objects/lib/ae_page_objects/element_proxy.rb
Line 146 in 135ddad
Both types of checks should invalidate the cache by looking up the element in the DOM.
The text was updated successfully, but these errors were encountered: