-
Notifications
You must be signed in to change notification settings - Fork 91
When I test a form with required, It doesn't works #373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, I don't seem to be able to reproduce this issue. |
Do you try with karma and chromeheadless? |
when I test debug on container I have this log:
It doesn't show the divs with errors. |
@jadir-junior I have moved the test file to the karma project and it's still green. |
I put this code within await waitFor() then work, but why?
|
I tried with clone the testing-library/angular and really works with it. but I tried create 3 new projects with angular 15, 14 and 13 and not works in these projects |
I think the cause is |
I don't know what happen or which version thats happen.
But my news tests in angular 15 doesn't woks
when I use a userEvent to click in input and click in another input, the ngIf that validate and show a message "required", doesn't works
I'm using karma with chromeheadless
package.json
login.component
login.component.spec
The text was updated successfully, but these errors were encountered: