mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Add test (#443)
This commit is contained in:
committed by
Vishwas Shashidhar
parent
75d2e06673
commit
33b3e0840b
@@ -1,9 +1,10 @@
|
||||
module.exports= {
|
||||
// Title bar
|
||||
TITLE_BAR: "#title-bar",
|
||||
MAXIMIZE_BTN: "#title-bar-maximize-button",
|
||||
SYM_LOGO: "#logo",
|
||||
MINIMIZED_BUTTON: "button#title-bar-minimize-button",
|
||||
MAXIMIZE_BTN: "#title-bar-maximize-button",
|
||||
MINIMIZE_BTN: "#title-bar-minimize-button",
|
||||
CLOSE_BUTTON: "button#title-bar-close-button",
|
||||
MAIN_MENU_ITEM: "#hamburger-menu-button"
|
||||
};
|
||||
MAIN_MENU_ITEM: "#hamburger-menu-button",
|
||||
|
||||
SYM_LOGO: "#logo"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user