If for a chance the admin password contains curly braces 123{456} cypress will parse them trying to type the value into the password field.
this behavior has been disabled with this commit
https://docs.cypress.io/api/commands/type
How Has This Been Tested?
running locally against an AEMCS instance
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
fix: allow curly braces in password string
Description
If for a chance the admin password contains curly braces
123{456}
cypress will parse them trying to type the value into the password field. this behavior has been disabled with this commit https://docs.cypress.io/api/commands/typeHow Has This Been Tested?
running locally against an AEMCS instance
Types of changes
Checklist: