We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b406a0 commit b0e115cCopy full SHA for b0e115c
tests/index.js
@@ -69,7 +69,7 @@ describe('demo app', function () {
69
.browserWindow.isFocused().should.eventually.be.true
70
.browserWindow.getBounds().should.eventually.have.property('width').and.be.above(0)
71
.browserWindow.getBounds().should.eventually.have.property('height').and.be.above(0)
72
- .getTitle().should.eventually.equal('Electron API Demos')
+ .browserWindow.getTitle().should.eventually.equal('Electron API Demos')
73
.waitForVisible('#about-modal').should.eventually.be.true
74
.isVisible('.js-nav').should.eventually.be.false
75
.click('button[id="get-started"]').pause(500)
0 commit comments