Skip to content

Conversation

@jeremyschuurmans
Copy link

@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
});
});
}); No newline at end of file
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.

4 participants