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
Expected :Invalid customer number 'user1' at '/Order/header/username'. Customer number must begin with an uppercase character, followed by 5 digits.
Actual :[/Order/header/username] RegexRuleEvalResult, matched=false, providerName=customer, ruleName=customerId, text=user1, pattern=[A-Z][0-9]{5}
This is most likely happening because you're running the tests on Java 9+. Currently the cartridge doesn't support this version of Java but I'm looking into making it compatible with Java 11.
After cloning the repo, running the unit test in the validation cartridge module fails.
The text was updated successfully, but these errors were encountered: