collective / collective/tutorial-blog-angular2

Feature: As a user I can log in

Open
#1 0 comments 0 reactions 1 assignee Claimed by @tareqalam View on GitHub
Dominant language
TypeScript
Stars
22
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Scenario: User enters invalid credentials
Given a login form
When I enter an invalid credentials
Then I am not logged in
and I see a notification that I entered invalid credentials

Scenario: User enters valid credentials
Given a registered user
and a login form
When I enter valid credentials
Then I am logged in
and I see a notification that I am logged in

Scenario: Logout
Given a logged in user
When I click on logout
Then I am logged out
and I am redirected to the login page

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.