Skip to content

Instantly share code, notes, and snippets.

@johnmmoss
Created October 20, 2018 20:53
Show Gist options
  • Save johnmmoss/bd470ecddc4d6299180b251ef9cfe426 to your computer and use it in GitHub Desktop.
Save johnmmoss/bd470ecddc4d6299180b251ef9cfe426 to your computer and use it in GitHub Desktop.
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