AVT-937,AVT-938,AVT-939 : [Spectron][Windows] Close window when 'Minimize on Close' is ON (#437)

This commit is contained in:
tranducanh
2018-08-01 16:13:57 +07:00
committed by Vishwas Shashidhar
parent 7791d5b39a
commit f893b5658c
6 changed files with 318 additions and 14 deletions

View File

@@ -1,8 +1,9 @@
module.exports= {
module.exports= {
// Title bar
TITLE_BAR: "#title-bar",
MAXIMIZE_BTN: "#title-bar-maximize-button",
SYM_LOGO: "#logo"
MAXIMIZE_BTN: "#title-bar-maximize-button",
SYM_LOGO: "#logo",
MINIMIZED_BUTTON: "button#title-bar-minimize-button",
CLOSE_BUTTON: "button#title-bar-close-button",
MAIN_MENU_ITEM: "#hamburger-menu-button"
};