Docs (4.0.0)
class OutputAssertion method

toBeRendered

Asserts that any output elements were matched at all.

toBeRendered(description?: string): this

Parameters

  • description — The description of the output, used as part of the error message if the assertion fails

Return value

The current OutputAssertion instance

Related

  • class OutputAssertionA class that provides assertion methods to be applied to a selection of rendered output elements.