mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
AVT-914 [Spectron][Windows] Add test "Keep size and position of the windows in previous session" (#430)
This commit is contained in:
committed by
Vishwas Shashidhar
parent
f0de24ccf6
commit
7791d5b39a
8
tests/spectron/spectronInterfaces.js
Normal file
8
tests/spectron/spectronInterfaces.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports= {
|
||||
|
||||
// Title bar
|
||||
TITLE_BAR: "#title-bar",
|
||||
MAXIMIZE_BTN: "#title-bar-maximize-button",
|
||||
|
||||
SYM_LOGO: "#logo"
|
||||
};
|
||||
Reference in New Issue
Block a user