chingu-voyages/v10-geckos-team-08

A new user registers with a username, email and password

Open

#1 opened on Jul 4, 2019

 (0 comments) (0 reactions) (1 assignee)JavaScript (3 forks)auto 404
good first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (No merged PRs in 30d)

Description

Scenario: A new user registers with a username, email, and password

Given:

I am a new user and I am on the Register page.

When:

I fill in the “Username”, “Email” and “Password” fields with my valid credentials and I click the Register button, I get registered on the website

Then

I get signed in to the website

Contributor guide