You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not sure why Collection is the exceptional one that has to specify exact: true. Any reasons behind it? If not, could we remove it and use the default value?
The text was updated successfully, but these errors were encountered:
JingyuZ
changed the title
AePageObjects::Collection specifies exact: true when query
AePageObjects::Collection specifies 'exact: true' when query
Sep 15, 2016
I created the issue not because I want to remove exact: true from collection right now, it’s more like a question for Donnie why we are only being strict with collections, why don't we set exact: true in Capybara settings and make everything strict?
We didn't specify
exact: true
at any other places except for Collection class. For all the others they just use the default value for Capybara setting, which is false. https://github.com/appfolio/ae_page_objects/blob/master/lib/ae_page_objects/elements/collection.rb#L71We are not sure why Collection is the exceptional one that has to specify
exact: true
. Any reasons behind it? If not, could we remove it and use the default value?The text was updated successfully, but these errors were encountered: