commit
9223019af8
1 changed files with 3 additions and 3 deletions
|
@ -39,12 +39,12 @@ app.start().then(function () {
|
||||||
}).then(function (title) {
|
}).then(function (title) {
|
||||||
// Verify the window's title
|
// Verify the window's title
|
||||||
assert.equal(title, 'My App')
|
assert.equal(title, 'My App')
|
||||||
}).then(function () {
|
|
||||||
// Stop the application
|
|
||||||
return app.stop()
|
|
||||||
}).catch(function (error) {
|
}).catch(function (error) {
|
||||||
// Log any failures
|
// Log any failures
|
||||||
console.error('Test failed', error.message)
|
console.error('Test failed', error.message)
|
||||||
|
}).then(function () {
|
||||||
|
// Stop the application
|
||||||
|
return app.stop()
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue