-
Notifications
You must be signed in to change notification settings - Fork 639
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
Tests fail when adding newPassword validation rules #16320
Comments
For now I am checking |
What version of Craft CMS are you running? |
Craft Pro 4.6.1 |
Update to the latest Craft 4 release as a starting point. If it’s still failing, please provide an updated stack trace. |
I've updated to Craft 4.13.7 and got the same error:
|
I've traced the execution the Lines 491 to 497 in 98ce266
Maybe |
I've added the following user password validation rule:
Which works on the site, but when I try running my Codeception tests, which runs fine without the rule, I get:
I believe the issue is here:
cms/src/test/TestSetup.php
Line 494 in 255dbe8
The text was updated successfully, but these errors were encountered: