[MM-64867] Upgrade to Electron v37.2.2, some other package changes (#3462)
This commit is contained in:
@@ -243,6 +243,9 @@ module.exports = {
|
||||
return null;
|
||||
}
|
||||
const info = await window.testHelper.getViewInfoForTest();
|
||||
if (!info) {
|
||||
return null;
|
||||
}
|
||||
return {viewName: `${info.serverName}___${info.viewType}`, webContentsId: info.webContentsId};
|
||||
}).then((result) => {
|
||||
if (result) {
|
||||
@@ -258,7 +261,6 @@ module.exports = {
|
||||
await window.waitForSelector('#input_loginId');
|
||||
await window.waitForSelector('#input_password-input');
|
||||
await window.waitForSelector('#saveSetting');
|
||||
|
||||
await window.type('#input_loginId', process.env.MM_TEST_USER_NAME);
|
||||
await window.type('#input_password-input', process.env.MM_TEST_PASSWORD);
|
||||
await window.click('#saveSetting');
|
||||
|
Reference in New Issue
Block a user