Skip to content

Instantly share code, notes, and snippets.

@rodmatola
Last active August 17, 2018 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodmatola/48f76b9e1791601fc633a4628ea60e8c to your computer and use it in GitHub Desktop.
Save rodmatola/48f76b9e1791601fc633a4628ea60e8c to your computer and use it in GitHub Desktop.
Feature: Successfull login
Background:
   Given I am on the login screen
Scenario: Successful login using username
   When I log in using "username"
   Then I should be directed to the main page
Scenario: Successful login using email
   When I log in using "email"
   Then I should be directed to the main page
Scenario: Successful login using ID
   When I log in using "ID"
   Then I should be directed to the main page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment