mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
fix: enable some tests that were accidentally disabled (#46816)
* test: add platform test on visibleOnAllWorkspaces tests visibleOnAllWorkspaces is not supported on Windows * test: do not skip visibleOnAllWorkspaces tests on Windows That feature is supported on Linux, so move the test from the "window states (excluding Linux)" section into the "window states" section. * fix: nested it() calls in visibleOnAllWorkspaces specs * chore: make the process.platform test simpler * fix: tests that were not run in api-app-spec due to nested it() * fix: tests that were not run in api-browser-window-spec due to nested it() * chore: annotate disabled test * fix: enable `autoHideMenuBar` tests on Linux and Windows (#46818) * fix: enable autoHideMenuBar tests * docs: mark autoHideMenuBar as supported on Linux, Windows
This commit is contained in:
@@ -398,7 +398,7 @@ A `View` property for the content view of the window.
|
||||
|
||||
A `string` (optional) property that is equal to the `tabbingIdentifier` passed to the `BrowserWindow` constructor or `undefined` if none was set.
|
||||
|
||||
#### `win.autoHideMenuBar`
|
||||
#### `win.autoHideMenuBar` _Linux_ _Windows_
|
||||
|
||||
A `boolean` property that determines whether the window menu bar should hide itself automatically. Once set, the menu bar will only show when users press the single `Alt` key.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user