#54111: test: remove transparent-window paint wait
Merged
Description of Change
can show maximized frameless window intermittently times out waiting for ready-to-show; the cause of the missing event is not established.
The wait is unnecessary regardless. The guard added by #30804 is in GetRestoredState(), called synchronously by NativeWindowViews::Show() during construction with show: true. Renderer readiness is unrelated to the native maximization and bounds regression being covered.
Remove the navigation and the wait; all native-state assertions are unchanged.
Checklist
- I have built and tested this change (local checks only; native Windows validation pending)
- I have filled out the PR description
- I have reviewed and verified the changes
-
npm testpasses - tests are changed or added
- PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, past tense, and no longer than 80 characters.
Release Notes
Notes: none
Backports
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron