* wait for config initialization to be complete
* increase timeout for cy-in-cy on windows
* run more CI steps on this branch
* tweak border, fix double scrollbar
* reach choose a browser page before login in launchpad test
* revert timeout change
* chore: update vite in system test
* Fixing value for monthIndex to Date.UTC
* chore: fix test date
* chore: fix tests in reporter-ct-mount-hover.cy.ts
* try fixing some flake
* fix yarn lock
* conditionally skip flaky test on windows
* note on skipped test
* chore: skip flaky tests on windows only [skip ci]
* update exports and snaps
* correctly use describe instead of it
* fix types
* do not run windows anymore
* add comment [skip ci]
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Co-authored-by: Stokes Player <stokes.player@gmail.com>
Co-authored-by: astone123 <adams@cypress.io>
* fix: remove mountHook function for React
* fix: remove `unmount` from @cypress/react exports
* fix: remove `unmount` from the @cypress/react readme
* fix: don't alias React components on mount
* fix: remove `mountCallback` from Vue adapters
* fix: remove style injection utility functions from `mount-utils`
* fix: fix React tests
* fix: fix more React tests
* fix: fix more tests
* fix: fix screenshot test styles
* fix: update documentation around mount-utils styles; fix tests
* fix: update Vue docs to use `props` key rather than `propsData`
* fix: add test styles back in
* update unmount test and export getContainerEl for back compat
* better errors
* docs
* error for unmount
* test for error
* fix last test
* adjust language to reflect removed methods
* one last deprecation
* fix error
* wip - [skip ci]
* use proxy to catch errors
* deprecate alias
* update tests
* update on link
* use on links properly
* revert changes
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>