mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-15 11:12:14 -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',
|
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'); }
|
||||||
|
@ -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');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user