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
im getting this error below but happened randomly some times it happens sometime is not
it('1- API will return 200 and shows company service after successful login ', (callback)=> {
return frisby
.get('https://cdddisddsisdsusers/current')
.inspectJSON()
.expect('status', 200)
.done(callback)
});
● Backend Validation › 1- API will return 200 and shows company service after successful login
: Timeout - Async callback was not invoked within the 5000ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000ms timeout specified by jest.setTimeout.Error:
65 |
66 |
> 67 | it('1- API will return 200 and shows company service after successful login ', (callback)=> {
| ^
68 | return frisby
69 | .get('https://testt/users/current')
70 | .inspectJSON()
at new Spec (node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
at Suite.<anonymous> (testingEnv/mcTesting.js:67:5)
at Object.<anonymous> (testingEnv/mcTesting.js:11:1)
The text was updated successfully, but these errors were encountered:
im getting this error below but happened randomly some times it happens sometime is not
it('1- API will return 200 and shows company service after successful login ', (callback)=> {
return frisby
.get('https://cdddisddsisdsusers/current')
.inspectJSON()
.expect('status', 200)
.done(callback)
});
● Backend Validation › 1- API will return 200 and shows company service after successful login
The text was updated successfully, but these errors were encountered: