ELECTRON-451: add "Symphony Help" item in the "Help" menu (#352)

This commit is contained in:
Vishwas Shashidhar 2018-05-02 13:00:36 +05:30 committed by GitHub
parent 8bfdd20011
commit 10f1e02c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -103,6 +103,10 @@ const template = [{
role: 'help', role: 'help',
submenu: submenu:
[ [
{
label: 'Symphony Help',
click() { electron.shell.openExternal('https://support.symphony.com'); }
},
{ {
label: 'Learn More', label: 'Learn More',
click() { electron.shell.openExternal('https://www.symphony.com'); } click() { electron.shell.openExternal('https://www.symphony.com'); }

View File

@ -111,6 +111,7 @@ describe('Tests for Generating & Sharing Logs', () => {
robot.mouseClick(); robot.mouseClick();
robot.keyTap('down'); robot.keyTap('down');
robot.keyTap('down'); robot.keyTap('down');
robot.keyTap('down');
robot.keyTap('right'); robot.keyTap('right');
robot.keyTap('enter'); robot.keyTap('enter');