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/settings/roles.feature

11 lines
284 B
Gherkin
Raw Normal View History

2019-02-08 03:35:17 -05:00
Feature: Roles
Background:
Given I am signed in as superuser
Scenario:
When I visit "/settings/roles"
Then I see text "Суперпользователь"
When I click the button "Отозвать"
Then I do not see text "Суперпользователь"