1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/features/sign_in.feature

14 lines
359 B
Gherkin
Raw Normal View History

2018-11-30 21:19:03 -05:00
@wip
2018-11-30 19:52:13 -05:00
Feature: Sign in
Background:
Given I visit "/users/sign_in"
Scenario:
When I fill form with the following data:
| key | value |
| Email | user@example.com |
| Пароль | q1w2e3r4t5y6 |
And I click the form button "Войти"
Then I see main page
And I am logged in as "user@example.com"