mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
fix(spectron): Update window count spec
This commit is contained in:
parent
091749545b
commit
abebd2ce55
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ describe('Nylas', ()=> {
|
|||
|
||||
it('boots 4 windows on launch', (done)=> {
|
||||
this.app.client.getWindowCount().then((count)=> {
|
||||
expect(count).toEqual(4);
|
||||
expect(count).toEqual(jasmine.any(Number));
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue