Readded the Option to hide the window on close for OSX
This commit is contained in:
@@ -151,6 +151,16 @@ describe('browser/settings.html', function() {
|
||||
});
|
||||
});
|
||||
|
||||
describe('Minimize to tray', function() {
|
||||
it('should appear on darwin', function() {
|
||||
const expected = (process.platform === 'darwin');
|
||||
env.addClientCommands(this.app.client);
|
||||
return this.app.client
|
||||
.loadSettingsPage()
|
||||
.isExisting('#inputMinimizeToTray').should.eventually.equal(expected)
|
||||
});
|
||||
});
|
||||
|
||||
describe('Toggle window visibility when clicking on the tray icon', function() {
|
||||
it('should appear on win32', function() {
|
||||
const expected = (process.platform === 'win32');
|
||||
|
Reference in New Issue
Block a user