test: reenable app moduele > app.exit(exitCode) > closes all windows
This commit is contained in:
parent
5541cab1ba
commit
8854d9872c
1 changed files with 0 additions and 8 deletions
|
@ -162,15 +162,7 @@ describe('app module', () => {
|
||||||
expect(code).to.equal(123)
|
expect(code).to.equal(123)
|
||||||
})
|
})
|
||||||
|
|
||||||
// FIXME(alexeykuzmin): Constantly fails with Ch66 on linux,
|
|
||||||
// but looks good with Ch67.
|
|
||||||
// Enable the test after Ch67 is merged into master.
|
|
||||||
it('closes all windows', async function () {
|
it('closes all windows', async function () {
|
||||||
if (process.platform === 'linux') {
|
|
||||||
this.skip()
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
const appPath = path.join(__dirname, 'fixtures', 'api', 'exit-closes-all-windows-app')
|
const appPath = path.join(__dirname, 'fixtures', 'api', 'exit-closes-all-windows-app')
|
||||||
const electronPath = remote.getGlobal('process').execPath
|
const electronPath = remote.getGlobal('process').execPath
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue