Uncaught error while Cypress types in on google autocomplete input #14935
Unanswered
piotr-bejamas
asked this question in
Component Testing
Replies: 2 comments
-
I narrowed issue to chromium based browsers. Works as expected on Firefox. Any ideas for chromium workaround? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please create a reproducible example with full code and spec file, otherwise we cannot know what is going on with your code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While interacting with google autocomplete search sometimes I receive uncaught exception when typing (I can see that phrase prints in input, sec before error) and page becomes blank. Rarely it passes, but couple commands later Chrome crashes with "Oh snap", code error 11.
App: react + gatsby
Pieces of codes, I tried:
or
Error: Cannot destructure property 'targetLocation" of (intermediate value) as it is undefined.
Beta Was this translation helpful? Give feedback.
All reactions