You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expect(error.toString().trim()).to.equal('LocalError: Either another browserstack local client is running on your machine or some server is listening on port 45690');
45
+
expect(error.toString().trim()).to.equal('LocalError: Either another browserstack local client is running on your machine or some server is listening on port 45691');
46
46
fs.unlinkSync(tempLogPath);
47
47
done();
48
48
});
@@ -312,57 +312,6 @@ describe('LocalBinary', function () {
312
312
});
313
313
});
314
314
315
-
describe('Download Path',function(){
316
-
varsandBox;
317
-
varlocalBinary;
318
-
319
-
beforeEach(function(){
320
-
sandBox=sinon.sandbox.create();
321
-
localBinary=newLocalBinary();
322
-
});
323
-
324
-
it('should return download path of darwin binary',function(){
0 commit comments