fix: windowmenu did not show the window list on macOS (#16387)

This commit is contained in:
Milan Burda 2019-01-14 17:27:52 +01:00 committed by Alexey Kuzmin
parent df62e78b71
commit 52e257668d
3 changed files with 4 additions and 6 deletions

View file

@ -442,8 +442,6 @@ describe('MenuItems', () => {
if (process.platform === 'darwin') {
expect(item.submenu.items[2].type).to.equal('separator')
expect(item.submenu.items[3].role).to.equal('front')
expect(item.submenu.items[4].type).to.equal('separator')
expect(item.submenu.items[5].role).to.equal('window')
} else {
expect(item.submenu.items[2].role).to.equal('close')
}