From 932ae77675f319447b72d92764763ccc5447b7d5 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Thu, 23 Jan 2020 14:16:44 +1100 Subject: [PATCH] fix tests --- test/app/fixtures/menu-mac-os-setup.json | 5 ----- test/app/fixtures/menu-mac-os.json | 5 ----- test/app/fixtures/menu-windows-linux-setup.json | 4 ---- test/app/fixtures/menu-windows-linux.json | 4 ---- test/index.html | 2 ++ 5 files changed, 2 insertions(+), 18 deletions(-) diff --git a/test/app/fixtures/menu-mac-os-setup.json b/test/app/fixtures/menu-mac-os-setup.json index 7d59a52c9..3d6d65f13 100644 --- a/test/app/fixtures/menu-mac-os-setup.json +++ b/test/app/fixtures/menu-mac-os-setup.json @@ -9,11 +9,6 @@ { "type": "separator" }, - { - "label": "Preferences…", - "accelerator": "CommandOrControl+,", - "click": null - }, { "type": "separator" }, diff --git a/test/app/fixtures/menu-mac-os.json b/test/app/fixtures/menu-mac-os.json index 6845ff76d..4d9f91080 100644 --- a/test/app/fixtures/menu-mac-os.json +++ b/test/app/fixtures/menu-mac-os.json @@ -9,11 +9,6 @@ { "type": "separator" }, - { - "label": "Preferences…", - "accelerator": "CommandOrControl+,", - "click": null - }, { "type": "separator" }, diff --git a/test/app/fixtures/menu-windows-linux-setup.json b/test/app/fixtures/menu-windows-linux-setup.json index db03bd617..5bc5542d2 100644 --- a/test/app/fixtures/menu-windows-linux-setup.json +++ b/test/app/fixtures/menu-windows-linux-setup.json @@ -13,10 +13,6 @@ { "type": "separator" }, - { - "label": "Preferences…", - "click": null - }, { "type": "separator" }, diff --git a/test/app/fixtures/menu-windows-linux.json b/test/app/fixtures/menu-windows-linux.json index 20f434bfe..9926da812 100644 --- a/test/app/fixtures/menu-windows-linux.json +++ b/test/app/fixtures/menu-windows-linux.json @@ -2,10 +2,6 @@ { "label": "&File", "submenu": [ - { - "label": "Preferences…", - "click": null - }, { "type": "separator" }, diff --git a/test/index.html b/test/index.html index 7a30becda..c883b598e 100644 --- a/test/index.html +++ b/test/index.html @@ -551,6 +551,8 @@ + +