appfolio / ae_page_objects

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

Use Node#element element factory in readme example #181

Closed rmacklin closed 8 years ago

rmacklin commented 8 years ago

Now that #179 is merged, I thought it would be a good idea to update this example to use on-the-fly element creation. This way the page only exposes headshot_viewer through the view_headshots method (rather than all the time, which isn't accurate).