zenstruck / browser

A fluent interface for your Symfony functional tests.
MIT License
186 stars 17 forks source link

Fail if trying to manipulate/assert on an "exception" page #81

Closed kbond closed 2 years ago

kbond commented 2 years ago

Closes #47.

When trying to click an element, manipulate a form or make a "crawler" assertion, first check to ensure the page isn't a "standard Symfony debug exception page". If it is, fail with the parsed exception & message.