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

14 lines
520 B
Gherkin
Raw Normal View History

2018-11-30 23:22:10 +00:00
Feature: Sign up
Background:
2018-12-01 00:45:51 +00:00
Given I visit "/users/sign_up"
2018-11-30 23:22:10 +00:00
Scenario:
When I fill form with the following data:
2018-11-30 23:45:17 +00:00
| key | value |
2018-11-30 23:22:10 +00:00
| Email | user@example.com |
| Пароль | q1w2e3r4t5y6 |
| Подтверждение пароля | q1w2e3r4t5y6 |
And I click the form button "Регистрация"
2018-12-12 20:05:17 +00:00
Then I am at "/"
And I see CSS "h1" with text "Либертарианская партия России"