Skip to content

Instantly share code, notes, and snippets.

@willsam100
Created February 10, 2019 17:54
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 willsam100/86987eb493da326cdb84a8549ad0b900 to your computer and use it in GitHub Desktop.
Save willsam100/86987eb493da326cdb84a8549ad0b900 to your computer and use it in GitHub Desktop.
TickSpec login feature file
Feature: Login Screen works correctly
@android_ios
Scenario 1: I can login to the app with the correct credentials
Given I enter the username admin
And I enter the password admin
When I tap login
Then I should be on the Notes screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment