Remove reference to (BETA) in test comments
This commit is contained in:
@@ -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