Hello,
I’m automating UI tests of an Aurelia application(which use binding events in web elements) with Cypress, but I’m getting this error ‘Binding expression "true" cannot be assigned to.
’ when calling cypress actions (check, select, click …) on elements.
Here is the testes application HTML code
I have reported a bug to Cypress team but they said that the error seems to be coming from the application code.
Here is the link to the project repository: Aurelia-app, to run the app :
- Download or clone the app
- Run
sudo npm install -g aurelia-cli
- Run cd path/to/project
- Run
npm install
- Run
au run --open