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/staff_person_comments.feature

25 lines
799 B
Gherkin
Raw Normal View History

2019-07-17 05:14:05 -04:00
Feature: Staff person comments
Background:
Given I am signed in as superuser
Given there is a person
Then I click "Сервисы для сотрудников"
And I click "Люди"
And I click font awesome "eye"
And I click first "Комментарии"
Scenario: without attachment
When I fill form with the following data:
| key | value |
| Текст | foobar |
And I click the form button "Отправить"
Then I see text "foobar"
Scenario: with attachment
When I fill form with the following data:
| key | value |
| Текст | foobar |
2019-07-18 14:35:12 -04:00
And I upload "avatar.jpg" as "Приложение"
2019-07-17 05:14:05 -04:00
And I click the form button "Отправить"
Then I see text "foobar"
2019-07-18 14:35:12 -04:00
And I see text "avatar.jpg"