Hi again, anyone encountered similar error before?...
# e2e-testing
s
Hi again, anyone encountered similar error before? - click (uncaught exception)TypeError: Cannot read properties of undefined (reading 'id') When I get('element').eq(0) , it appears that it can see the field I'm trying to get, but when I tried to click it, it then throw this error. Update: Found workaround here https://github.com/cypress-io/cypress/issues/18152 Cypress.on('uncaught:exception', () => false)