mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-10 16:50:03 -06:00
* misc: Add generic types to net-stubbing for use in intercept and wait * misc: Add changelog entry (#29507) * misc: Revert to `any` for Interception type of multiple waits (#29507) The nested types were apparently not supported (as written) before TypeScript ~4.1.Remove them in favour of just using `Interception<any, any>` in this overload of `wait`. * misc: Move changelog entry (#29507) --------- Co-authored-by: Cacie Prins <cacieprins@users.noreply.github.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>