docs

View the Project on GitHub tymish/docs

1.0 (Vendor) Register

As a vendor,
I want to complete my registration for an account.

Pre-condition

Primary flow

Given
  a url to register an account
    that was triggered from [2.0 Add vendor]

when
  the vendor navigates to the url in a browser
  
then
  the system loads a registration form

when
  the vendor fills
  and submits the form

then
  the system completes their registration
  and notifies the vendor.

Mock