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:
GIVEN I am on the Identity Staking App page and have not connected my wallet
Scenario: Connecting Wallet
WHEN I click the “connect wallet” button
THEN I’m asked which wallet I want integration with (metamask, etc)
AND I’m prompted to sign a message in my wallet
Success Path: has passport
AND WHEN I have a passport
THEN I am connected and see the dashboard
Fail Path: no passport
AND WHEN I do not not have a passport
THEN I see a modal that informs me that I need a passport
AND WHEN I click “create a passport”
THEN it takes me to passport.gitcoin.co
Notes
How to make this responsive?
Wallet connect: do we need a modal asking what wallet options they would like to connect with?
The text was updated successfully, but these errors were encountered:
Acceptance
Background:
GIVEN I am on the Identity Staking App page and have not connected my wallet
Scenario: Connecting Wallet
WHEN I click the “connect wallet” button
THEN I’m asked which wallet I want integration with (metamask, etc)
AND I’m prompted to sign a message in my wallet
Success Path: has passport
AND WHEN I have a passport
THEN I am connected and see the dashboard
Fail Path: no passport
AND WHEN I do not not have a passport
THEN I see a modal that informs me that I need a passport
AND WHEN I click “create a passport”
THEN it takes me to
passport.gitcoin.co
Notes
How to make this responsive?
Wallet connect: do we need a modal asking what wallet options they would like to connect with?
The text was updated successfully, but these errors were encountered: