Getting Error: Uncaught (in promise): TypeError: Cannot read properties of null (reading 'getRequestInfo') at n.handleWindowCallback #26414
Unanswered
sonajoseph96
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to Sign in to my application it gives error as below. Anyway to be able to fix this issue?
CODE
describe('template spec', () => {
it('jjsLogin', () => {
cy.visit('https://videoportaluat.azurewebsites.net/home',)
})
})
ERROR
Unhandled Exception: Error: Uncaught (in promise): TypeError: Cannot read properties of null (reading 'getRequestInfo') TypeError: Cannot read properties of null (reading 'getRequestInfo') at n.handleWindowCallback (https://videoportaluat.azurewebsites.net/main.7f65065004dccc833631.bundle.js:1:1404594) at e.handleCallback (https://videoportaluat.azurewebsites.net/main.7f65065004dccc833631.bundle.js:1:826004) at e.canActivate (https://videoportaluat.azurewebsites.net/main.7f65065004dccc833631.bundle.js:1:546320) at t.project (https://videoportaluat.azurewebsites.net/main.7f65065004dccc833631.bundle.js:1:385923) at t._next (https://videoportaluat.azurewebsites.net/main.7f65065004dccc833631.bundle.js:1:1377291) at t.next (https://videoportaluat.azurewebsites.net/main.7f65065004dccc833631.bundle.js:1:89143) at t._subscribe (https://videoportaluat.azurewebsites.net/main.7f65065004dccc833631.bundle.js:1:275508) at e._trySubscribe (https://videoportaluat.azurewebsites.net/main.7f65065004dccc833631.bundle.js:1:66374) at e.subscribe (https://videoportaluat.azurewebsites.net/main.7f65065004dccc833631.bundle.js:1:66203) at e.call (https://videoportaluat.azurewebsites.net/main.7f65065004dccc833631.bundle.js:1:1377064)
Beta Was this translation helpful? Give feedback.
All reactions