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 d4e5e0d commit eed1e92Copy full SHA for eed1e92
test/connect.test.js
@@ -10,6 +10,7 @@ describe('Connect Window #spectron', function() {
10
describe('when opening the window', function() {
11
it('renders the connect window', function() {
12
return this.app.client
13
+ .waitForVisible('select[name=authentication]', 30000)
14
.getWindowCount().should.eventually.equal(1)
15
.isWindowMinimized().should.eventually.be.false
16
.isWindowDevToolsOpened().should.eventually.be.false
0 commit comments