4teamwork / ftw.testbrowser

A testing browser for Plone.
http://ftwtestbrowser.readthedocs.io/
5 stars 1 forks source link

Reimplement query info with QueryInfo class. #64

Closed jone closed 7 years ago

jone commented 7 years ago

A query info is created when using the testbrowser for finding things. It helps to render a meaningful error message when something cannot be found.

The goal of the refactoring was to support multiple arguments as well as additional hints. This is especially usful when building page objects.