adobe / aem-guides-wknd

Tutorial Code companion for Getting Started Developing with AEM Sites WKND Tutorial
https://experienceleague.adobe.com/docs/experience-manager-learn/getting-started-wknd-tutorial-develop/overview.html
MIT License
280 stars 531 forks source link

fix: allow curly braces in password string #438

Closed andresbott closed 6 months ago

andresbott commented 6 months ago

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/type

How Has This Been Tested?

running locally against an AEMCS instance

Types of changes

Checklist: