You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: