API Referencetype type ExpectNavOptionsOptions to be used with expectNavAsync().type ExpectNavOptions = { path?: string; timeout?: number;};Instance memberspathNavigation path to wait for, must be an exact match.timeoutTimeout, in milliseconds; defaults to 200ms.