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/desktop/sign_in.feature
2018-12-13 03:02:24 +05:00

11 lines
455 B
Gherkin
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Feature: Sign in
Scenario:
Given a user with email "user@example.com" and password "q1w2e3r4t5y6"
When I visit "/users/sign_in"
And I fill form with the following data:
| key | value |
| Email | user@example.com |
| Пароль | q1w2e3r4t5y6 |
And I click the form button "Войти"
Then I am at "/"
And I see CSS "h1" with text "Либертарианская партия России"