Adding more tests to make sure when the user sets a password, the min/max...
Adding more tests to make sure when the user sets a password, the min/max password lengths are checked. * to testHelpers, add a generateString function which generates a string of the specified length. * Replace the manual creation of strings for long passwords with generateString. * To verify_email_address_test, adding checks for min and max length when setting the password. issue #1173
Showing
- resources/static/test/cases/pages/add_email_address_test.js 1 addition, 4 deletionsresources/static/test/cases/pages/add_email_address_test.js
- resources/static/test/cases/pages/manage_account.js 2 additions, 6 deletionsresources/static/test/cases/pages/manage_account.js
- resources/static/test/cases/pages/verify_email_address_test.js 32 additions, 0 deletions...rces/static/test/cases/pages/verify_email_address_test.js
- resources/static/test/testHelpers/helpers.js 11 additions, 0 deletionsresources/static/test/testHelpers/helpers.js
Please register or sign in to comment