mirror of https://github.com/Kylart/KawAnime.git
Added focus before each step, might help
This commit is contained in:
parent
ad5b9d0ff7
commit
7a436e19c8
|
@ -18,6 +18,8 @@ module.exports = function () {
|
|||
|
||||
beforeEach(function () {
|
||||
chaiAsPromised.transferPromiseness = this.app.transferPromiseness
|
||||
|
||||
this.app.browserWindow.focus()
|
||||
})
|
||||
|
||||
after(async function () {
|
||||
|
|
Loading…
Reference in New Issue