appfolio / ae_page_objects

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

Use {exact: true} only for XPath selectors #190

Closed tlconnor closed 8 years ago

tlconnor commented 8 years ago

The use of {exact: true} is currently unclear within AePageObjects::Collection#item_xpath

This PR makes the following changes:

rmacklin commented 8 years ago

Thanks