GDG-Ukraine/gdg.org.ua

Validation issues

anxolerd opened this issue · 0 comments

Description

Website field is validated incorrectly

scenarios

scenario 1

STR

  1. Go to registration page
  2. Leave website field empty
  3. Submit form

expexted result

No validation errors on website field

actual result

Validation error on website field, saying Invalid URL

scenario 2

STR

  1. Go to registration page
  2. Write https://plus.google.com/+OlexandrKovalchuk to website field
  3. Submit form

expected result

See scenario 1

actual result

See scenario 1

N.B.

  • write testcases for each case
  • find a nice way to apply custom validator only when field is not empty. Take a look at oneof or anyof rules.