mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-27 17:31:36 -06:00
ELECTRON-451: add "Symphony Help" item in the "Help" menu (#352)
This commit is contained in:
parent
8bfdd20011
commit
10f1e02c20
@ -103,6 +103,10 @@ const template = [{
|
||||
role: 'help',
|
||||
submenu:
|
||||
[
|
||||
{
|
||||
label: 'Symphony Help',
|
||||
click() { electron.shell.openExternal('https://support.symphony.com'); }
|
||||
},
|
||||
{
|
||||
label: 'Learn More',
|
||||
click() { electron.shell.openExternal('https://www.symphony.com'); }
|
||||
|
@ -111,6 +111,7 @@ describe('Tests for Generating & Sharing Logs', () => {
|
||||
robot.mouseClick();
|
||||
robot.keyTap('down');
|
||||
robot.keyTap('down');
|
||||
robot.keyTap('down');
|
||||
robot.keyTap('right');
|
||||
robot.keyTap('enter');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user