зеркало из https://github.com/electron/electron.git
chore: disable tests that require nut.js (#42006)
* chore: disable tests that require nut.js * fixup! chore: disable tests that require nut.js
This commit is contained in:
Родитель
36310b8729
Коммит
05631ec445
|
@ -6596,6 +6596,7 @@ describe('BrowserWindow module', () => {
|
||||||
afterEach(closeAllWindows);
|
afterEach(closeAllWindows);
|
||||||
|
|
||||||
ifit(hasCapturableScreen())('should allow the window to be dragged when enabled', async () => {
|
ifit(hasCapturableScreen())('should allow the window to be dragged when enabled', async () => {
|
||||||
|
// FIXME: nut-js has been removed from npm; we need to find a replacement
|
||||||
// WOA fails to load libnut so we're using require to defer loading only
|
// WOA fails to load libnut so we're using require to defer loading only
|
||||||
// on supported platforms.
|
// on supported platforms.
|
||||||
// "@nut-tree\libnut-win32\build\Release\libnut.node is not a valid Win32 application."
|
// "@nut-tree\libnut-win32\build\Release\libnut.node is not a valid Win32 application."
|
||||||
|
@ -6640,6 +6641,7 @@ describe('BrowserWindow module', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
ifit(hasCapturableScreen())('should allow the window to be dragged when no WCO and --webkit-app-region: drag enabled', async () => {
|
ifit(hasCapturableScreen())('should allow the window to be dragged when no WCO and --webkit-app-region: drag enabled', async () => {
|
||||||
|
// FIXME: nut-js has been removed from npm; we need to find a replacement
|
||||||
// @ts-ignore: nut-js is an optional dependency so it may not be installed
|
// @ts-ignore: nut-js is an optional dependency so it may not be installed
|
||||||
const { mouse, straightTo, centerOf, Region, Button } = require('@nut-tree/nut-js') as typeof import('@nut-tree/nut-js');
|
const { mouse, straightTo, centerOf, Region, Button } = require('@nut-tree/nut-js') as typeof import('@nut-tree/nut-js');
|
||||||
|
|
||||||
|
|
|
@ -7,5 +7,7 @@
|
||||||
"session module ses.cookies should set cookie for standard scheme",
|
"session module ses.cookies should set cookie for standard scheme",
|
||||||
"webFrameMain module WebFrame.visibilityState should match window state",
|
"webFrameMain module WebFrame.visibilityState should match window state",
|
||||||
"reporting api sends a report for a deprecation",
|
"reporting api sends a report for a deprecation",
|
||||||
"chromium features SpeechSynthesis should emit lifecycle events"
|
"chromium features SpeechSynthesis should emit lifecycle events",
|
||||||
]
|
"BrowserWindow module draggable regions should allow the window to be dragged when enabled",
|
||||||
|
"BrowserWindow module draggable regions should allow the window to be dragged when no WCO and --webkit-app-region: drag enabled"
|
||||||
|
]
|
||||||
|
|
|
@ -38,9 +38,6 @@
|
||||||
"ws": "^7.4.6",
|
"ws": "^7.4.6",
|
||||||
"yargs": "^16.0.3"
|
"yargs": "^16.0.3"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
|
||||||
"@nut-tree/nut-js": "^3.1.2"
|
|
||||||
},
|
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"nan": "file:../../third_party/nan",
|
"nan": "file:../../third_party/nan",
|
||||||
"dbus-native/optimist/minimist": "1.2.7",
|
"dbus-native/optimist/minimist": "1.2.7",
|
||||||
|
|
775
spec/yarn.lock
775
spec/yarn.lock
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
Загрузка…
Ссылка в новой задаче