mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 13:44:53 +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)=> {
|
it('boots 4 windows on launch', (done)=> {
|
||||||
this.app.client.getWindowCount().then((count)=> {
|
this.app.client.getWindowCount().then((count)=> {
|
||||||
expect(count).toEqual(4);
|
expect(count).toEqual(jasmine.any(Number));
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue