Files
Page-Object_Model/pom/Features/Login/Login.feature
programmingPug f0a48e25f4 Example code
2020-08-15 22:08:58 -04:00

10 lines
263 B
Gherkin

Feature: Login
In order to use the application
As a user
I want to log into the application
Scenario: Log into the application
Given I am at the login page
And I have entered my credentials
When I press login
Then the I have logged into the application