Documentation

expectOutput()

Creates an assertion for the currently rendered output with the provided (optional) selection filter(s).

expectOutput(...select: OutputSelectFilter[]): OutputAssertion;

Notes

Parameters

Return value

An OutputAssertion instance for the matched element(s), or an empty set if no elements matched at all.

Related