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

Feature: Minting Button State #1

Open
itmilos opened this issue May 12, 2023 · 0 comments
Open

Feature: Minting Button State #1

itmilos opened this issue May 12, 2023 · 0 comments

Comments

@itmilos
Copy link

itmilos commented May 12, 2023

As a user,
I want the minting button to be disabled
Until I have connected my wallet.

Background:
Given I am on the application homepage

Scenario: Minting button is disabled when no wallet is connected
When I have not connected a wallet
Then the minting button should be disabled

Scenario: Minting button is enabled when a wallet is connected
Given I have a digital wallet
When I connect my wallet to the application
Then the minting button should be enabled

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

No branches or pull requests

1 participant