moinetworkllc / airdrop-web

MOI Airdrop Claim Web application
https://airdrop-web-sand.vercel.app
2 stars 4 forks source link

Threshold scenarios - min points, max points, maxed out allocations #5

Open moi-gk opened 1 year ago

moi-gk commented 1 year ago

Blocks #1

Scenario 1: Not enough points accrued As a user with less than 3 points earned, When I login and land to the eligibility screen, Then I should not be able to claim any tokens and must be asked to explore the ecosystem.

Scenario 2: Exceeding maximum points As a user with more than 1008 points accrued, When I login and land to the eligibility screen, Then I should not be able to claim more than 100,800 tokens while signing the message.

Scenario 3: Out of allocation As a user with eligibility to claim tokens, Given the maximum number of tokens(refer to PRD: 150,000,000 tokens) are already claimed, When I login and land to the eligibility screen, Then I should not be able to claim any tokens and instead be prompted with a message conveying the scenario.