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
On chrome when I type into an input, the target element is null so no event are triggered where as on firefox I have a not null target element and event are triggered.
Desired behavior
The target element is the same whatever the navigator is.
Test code to reproduce
cy.visit('https://dev.fournisseur-energie.com/comparator-form/')
cy.get('div#slide-0 > ppn-autocomplete')
.shadow()
.find('.input-text-container')
.shadow()
.find('#housing\\.address')
.click()
.type('2 rue lecourbe 75015 Paris',{ force : true})
Cypress Version
9.0.0
Other
No response
The text was updated successfully, but these errors were encountered:
Current behavior
On chrome when I type into an input, the target element is null so no event are triggered where as on firefox I have a not null target element and event are triggered.
Desired behavior
The target element is the same whatever the navigator is.
Test code to reproduce
Cypress Version
9.0.0
Other
No response
The text was updated successfully, but these errors were encountered: