Guest User

Untitled

a guest
Oct 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Login Flow
  2. Credentials Form*
  3. # This is an Input Field, described in submachine below
  4. Email Field Active*
  5. enter text -> Password Field Active
  6. # This is an Input Field, described in submachine below
  7. Password Field Active
  8. enter text -> Credentials Filled
  9. Credentials Filled
  10. submit -> Valid?
  11. Valid?
  12. yes -> Credentials Success?
  13. no -> Credentials Field Error
  14. Credentials Field Error
  15. enter email -> Credentials Filled
  16. enter password -> Credentials Filled
  17. Credentials Success?
  18. true -> MFA Form
  19. credentials error -> Credentials Error
  20. server error -> Credentials Error
  21. Credentials Error
  22. enter text -> Credentials Filled
  23. MFA Form
  24. Code Field Active*
  25. enter text -> MFA Filled
  26. MFA Filled
  27. submit -> MFA Valid?
  28. MFA Valid?
  29. yes -> MFA Success?
  30. no -> Code Field Active
  31. MFA Success?
  32. true -> Logged In
  33. code error -> MFA Error
  34. server error -> MFA Error
  35. MFA Error
  36. enter text -> MFA Filled
  37. clear text -> MFA Form
  38. Logged In
  39. ## This represents a submachine for individual input fields
  40. Input Field
  41. Empty
  42. enter incorrect text -> Filled
  43. enter correct text -> Filled
  44. Filled
  45. blur -> Validated
  46. Validated
  47. Valid*
  48. enter incorrect text -> Invalid
  49. Invalid
  50. enter correct text -> Valid
Add Comment
Please, Sign In to add comment