Noelia eb37f44a23 feat(OwnerToken): Create Get started panel and add it to Tokens and Airdrops welcome views
- Added start panel in tokens welcome page.
- Added start panel in airdrop welcome page.
- Updated e2e tests according to new requirements.

Closes #11284
2023-07-11 11:07:01 +02:00

23 lines
1.2 KiB
Gherkin

Feature: Community Airdrops
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: Airdrops welcome screen content validation
When "Manage Community" is clicked in the community sidebar
And "Airdrops" section is selected
Then the welcome "Airdrops" image is present
And the welcome "Airdrops" title is present
And the welcome "Airdrops" subtitle is present
And the welcome "Airdrops" settings "<user onboarding checklist>" is present
| Reward individual members with custom tokens for their contribution |
| Incentivise joining, retention, moderation and desired behaviour |
| Require holding a token or NFT to obtain exclusive membership rights |
And "New Airdrop" button is disabled