test: move more BrowserWindow specs (#19290)

* test: move more BrowserWindow specs

* use async instead of setTimeout for cleaner code
This commit is contained in:
Jeremy Apthorp 2019-07-16 16:37:17 -07:00 committed by Samuel Attard
parent 42f283c281
commit 70857e9a5d
3 changed files with 467 additions and 483 deletions

View file

@ -784,13 +784,13 @@ A `Boolean` property that determines whether the window can be manually closed b
On Linux the setter is a no-op, although the getter returns `true`.
### `win.movable`
#### `win.movable`
A `Boolean` property that determines Whether the window can be moved by user.
On Linux the setter is a no-op, although the getter returns `true`.
### `win.excludedFromShownWindowsMenu` _macOS_
#### `win.excludedFromShownWindowsMenu` _macOS_
A `Boolean` property that determines whether the window is excluded from the applications Windows menu. `false` by default.