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

GITC-535/change default donation experiment #9639

Merged
merged 4 commits into from
Nov 2, 2021

Conversation

jeremyschuurmans
Copy link
Contributor

@jeremyschuurmans jeremyschuurmans commented Oct 28, 2021

Description

This PR increases the default donation amount in the cart from 5 DAI to 25 DAI.

Refers/Fixes
Testing

This PR includes a Cypress test that adds a grant to the cart and checks that the default donation value is 25 DAI.

cy.get('[placeholder="Amount"]').should('have.value', '25') // assert donation input field has default value of 25 DAI
});
});
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test should be part of the contribution flow. It seems like another test in that file than creating a new file for it.

@thelostone-mc thelostone-mc merged commit d31683b into master Nov 2, 2021
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 this pull request may close these issues.

3 participants