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 OutputAssertion
A class that provides assertion methods to be applied to a selection of rendered output elements.
