Merge branch 'pr-1562' into small-updates
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = {
|
|||||||
APP_NAME: APP_NAME,
|
APP_NAME: APP_NAME,
|
||||||
APP_TEAM: APP_TEAM,
|
APP_TEAM: APP_TEAM,
|
||||||
APP_VERSION: APP_VERSION,
|
APP_VERSION: APP_VERSION,
|
||||||
APP_WINDOW_TITLE: APP_NAME + ' (BETA)',
|
APP_WINDOW_TITLE: APP_NAME,
|
||||||
|
|
||||||
CONFIG_PATH: getConfigPath(),
|
CONFIG_PATH: getConfigPath(),
|
||||||
|
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ function waitForLoad (app, t, opts) {
|
|||||||
}).then(function () {
|
}).then(function () {
|
||||||
return app.webContents.getTitle()
|
return app.webContents.getTitle()
|
||||||
}).then(function (title) {
|
}).then(function (title) {
|
||||||
// Note the window title is WebTorrent (BETA), this is the HTML <title>
|
// Note the window title is WebTorrent, this is the HTML <title>
|
||||||
t.equal(title, 'Main Window', 'html title')
|
t.equal(title, 'Main Window', 'html title')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user