Skip to content

Commit eed1e92

Browse files
committed
Add help test wait
1 parent d4e5e0d commit eed1e92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/connect.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ describe('Connect Window #spectron', function() {
1010
describe('when opening the window', function() {
1111
it('renders the connect window', function() {
1212
return this.app.client
13+
.waitForVisible('select[name=authentication]', 30000)
1314
.getWindowCount().should.eventually.equal(1)
1415
.isWindowMinimized().should.eventually.be.false
1516
.isWindowDevToolsOpened().should.eventually.be.false

0 commit comments

Comments
 (0)