You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
326 B
Gherkin
9 lines
326 B
Gherkin
Feature: login
|
|
As a user
|
|
I want to log in
|
|
So that I can manage project
|
|
|
|
Scenario: User logs in with valid credentials
|
|
Given user has browsed to the login page
|
|
When user logs in with email "demo@demo.demo" and password "demo" using the webUI
|
|
Then the user should be in the dashboard page |