Created
October 20, 2018 20:53
-
-
Save johnmmoss/bd470ecddc4d6299180b251ef9cfe426 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: UserAdmin | |
In order to use the site | |
As an employee | |
I want to be able to register and login to the site | |
Scenario: A valid user can login to the site | |
Given I am a valid user of the site | |
And I have navigated to the login page | |
And I have entered a username of "johndoe" and a password of "Password1!" | |
When I click the create button | |
Then I am logged in to the site |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment