4teamwork / ftw.testbrowser

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

Use current pages default `#form` in erroneous_fields. #69

Closed deiferni closed 7 years ago

deiferni commented 7 years ago

Use the form identified by the id #form as the default form for the erroneous_fields page. For plone tests it can be assumed that often the form under test is a content-type related form. Both add and edit forms of plone content-types seem to use the id #form. Thus this PR provide this shortcut.

jone commented 7 years ago

Why not just use ftw.testbrowser.pages.dexterity.erroneous_fields?

deiferni commented 7 years ago

😂