Current behavior
Various driver tests fail when run in the latest version of Firefox (98 as of writing this) that don't fail in older versions. Tests pass in Firefox 93, which is what we run in CI.
For example, e2e/multi-domain/multi_domain_spec.ts results in the 2nd test failing with no commands run:

This also causes subsequent tests not to run.
Desired behavior
All tests should pass in the latest Firefox.
Test code to reproduce
Run e2e/multi-domain/multi_domain_spec.ts in a recent version of Firefox.
Cypress Version
feature-multidomain branch
Other
No response