Noelia d4afc1fba6 feat(CommunitySettings): Changes section name from Mint Tokens to Tokens
Updated text according to new design.

Updated e2e tests according to new requirement.
2023-07-11 11:07:01 +02:00

20 lines
922 B
Gherkin

Feature: Community -> Manage Community
Background:
Given A first time user lands on the status desktop and generates new key
And the user signs up with username "tester123" and password "TesTEr16843/!@00"
And the user lands on the signed in app
And the user opens the community portal section
And the user lands on the community portal section
And the user creates a community named "Test-Community", with description "My community description", intro "Community Intro" and outro "Community Outro"
And the user lands on the community named "Test-Community"
Scenario: Manage community has Overview, Members, Permissions, Mint Tokens and Airdrops options
When "Manage Community" is clicked in the community sidebar
Then "<settings section>" should be an available option in Community->Manage->left navigation
| Overview |
| Members |
| Permissions|
| Tokens|
| Airdrops |