Created
February 10, 2019 17:54
-
-
Save willsam100/86987eb493da326cdb84a8549ad0b900 to your computer and use it in GitHub Desktop.
TickSpec login feature file
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: 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