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
Background: User has staked on themself and others
Scenario: User increases Self Staking
GIVEN I have opened Modify Stake modal
WHEN I see my staking
THEN I see an updated total amount
WHEN I click decrease the amount
THEN nothing happens!!!!!!
WHEN I click increase the amount
THEN the total amount increases
AND WHEN I click the CTA "Stake"
THEN a transaction pops up on my wallet
AND WHEN I click confirm transaction
THEN the modal closes and a success toast appears when the transaction is complete
Scenario: User increases Community Staking
GIVEN I have opened Modify Stake modal
WHEN I see a list of all of the people I have staked on
THEN I see the total amount staked on each
WHEN I click decrease on the amount of one of my stakings
THEN nothing happens!!!!!!
WHEN I click increase on the amount of one of my stakings
THEN the total amount increases
AND WHEN I click the CTA "Stake"
THEN a transaction pops up on my wallet
AND WHEN I click confirm transaction
THEN the modal closes and a success toast appears when the transaction is complete
Notes
The text was updated successfully, but these errors were encountered:
brentmartin
changed the title
[STORY] As a passport holder, I want to be alerted and prevented from removing a staking so that I know that I can't do so
[STORY] As a passport holder, I want the staking modal to include the stakings I have so that I can increase them
Sep 14, 2022
Acceptance Criteria
Background: User has staked on themself and others
Scenario: User increases Self Staking
GIVEN I have opened Modify Stake modal
WHEN I see my staking
THEN I see an updated total amount
WHEN I click decrease the amount
THEN nothing happens!!!!!!
WHEN I click increase the amount
THEN the total amount increases
AND WHEN I click the CTA "Stake"
THEN a transaction pops up on my wallet
AND WHEN I click confirm transaction
THEN the modal closes and a success toast appears when the transaction is complete
Scenario: User increases Community Staking
GIVEN I have opened Modify Stake modal
WHEN I see a list of all of the people I have staked on
THEN I see the total amount staked on each
WHEN I click decrease on the amount of one of my stakings
THEN nothing happens!!!!!!
WHEN I click increase on the amount of one of my stakings
THEN the total amount increases
AND WHEN I click the CTA "Stake"
THEN a transaction pops up on my wallet
AND WHEN I click confirm transaction
THEN the modal closes and a success toast appears when the transaction is complete
Notes
The text was updated successfully, but these errors were encountered: