FantasyTesters / Draft-Wizard-Issues

0 stars 0 forks source link

Sign Up-> Showing error message even if the password is of 5 characters #3

Open FantasyTesters opened 8 years ago

FantasyTesters commented 8 years ago

Steps to Reproduce:

  1. Launch the app
  2. Tap on Login
  3. Tap on Sign Up
  4. Enter valid values in all the fields and in Password field, enter 5 characters
  5. Tap on Sign Up button

Actual Result: Validation message 'Password is too short' is displayed

Expected Result: As per the Test case Suite, the minimum length for the Password field is 3 characters, so the validation error message shouldn't be displayed in case the password is of 5 characters length

Device: All Devices

Build v_1.0 (16)

Screenshot: img_0808

ahahnsolo commented 8 years ago

Thank you. The minimum character requirement has been updated to 6.

FantasyTesters commented 8 years ago

@ahahnsolo In Android app, the minimum character length is 8, so what is expected?