1.20.8
Added
- Added static
DefaultWaitTimeout
property toTestContext
to enable overriding the default timeout of "wait for" methods likeWaitForAssertion
from 1 second to something else. By @egil.
Fixed
- TestRenderer throws
ObjectDisposedException
if any methods is accessed after it has been disposed. It will also prevent changes to the internal render tree after it has been disposed. By @egil.