Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[STORY] As a passport holder, I want to unstake when the round is over so that I can get my tokens back #91

Open
brentmartin opened this issue Sep 13, 2022 · 0 comments · Fixed by #95
Assignees

Comments

@brentmartin
Copy link

brentmartin commented Sep 13, 2022

Acceptance Criteria:

Background: The Grants Round associated with Identity Staking has ended

Scenario: Self Staking Dashboard
GIVEN I have a staking on myself
WHEN I'm logged into staking.passport.gitcoin.co
THEN I see a red button with CTA "Unstake All"

AND WHEN I click "Unstake All"
THEN I see a transaction in my wallet to sign that will unstake my GTC balance

AND WHEN I click confirm on my wallet
THEN I will see a confirmation once the transaction is completed
AND THEN I will see that the red "Unstake All" CTA has turned to "Stake" in a gray disabled state.

Scenario: Community Staking Dashboard
GIVEN I have staked on other people
WHEN I'm logged into staking.passport.gitcoin.co
THEN I see a red button with CTA "Unstake All"

AND WHEN I click "Unstake All"
THEN I see a transaction in my wallet to sign that will unstake all of my GTC staked on all accounts

AND WHEN I click confirm on my wallet
THEN I will see a confirmation once the transaction is completed
AND THEN I will see that the red "Unstake All" CTA has turned to "Stake" in a gray disabled state.

Notes:

@farque65 farque65 linked a pull request Sep 19, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants