|
@@ -654,7 +654,7 @@ describe('chromium features', () => {
|
|
|
expect(size).to.be.a('number');
|
|
|
});
|
|
|
|
|
|
- it('should lock the keyboard', async () => {
|
|
|
+ ifit(process.platform !== 'darwin')('should lock the keyboard', async () => {
|
|
|
const w = new BrowserWindow({ show: true });
|
|
|
await w.loadFile(path.join(fixturesPath, 'pages', 'modal.html'));
|
|
|
|