Angular Signal model not getting called when updated via ngModel #30417
Labels
CT
Issue related to component testing
npm: @cypress/angular
@cypress/angular package issues
stage: needs investigating
Someone from Cypress needs to look at this
Current behavior
On one of my components I have a signal
model()
which is bound to an html input via[(ngModel)]
like so:I'm trying to test that the
searchTermOutput
fires when the value in the input changes. My test code is as follows:The test fails saying searchTermChange was never called:
Desired behavior
Cypress should detect output changes when trigged via ngModel binding
Test code to reproduce
Basic example to reproduce
Cypress Version
13.15.0
Node version
v18.20
Operating System
Windows 11
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: