page-object
page-object copied to clipboard
Dealing with populate_page_with data_for using page_sections
Is there any way to use page sections while continuing to use the populate_page_with
and data_for
methods?
If that is not possible, is there any way to use those methods with the Indexed Properties?
@snowe2010 populate_page_with will work with page sections without any extra hassle from what I can see.
#populate_page_with will work with a (singular) page section, but not a collection of page sections. Note that this is the same as other inputs - eg there is no handling for inputting a collection of text fields.