Remove reference to (BETA) in test comments
This commit is contained in:
parent
109803e802
commit
c3315ab0fc
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ function waitForLoad (app, t, opts) {
|
|||
}).then(function () {
|
||||
return app.webContents.getTitle()
|
||||
}).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')
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue