Skip to content

Commit

Permalink
fix the heisen-bug in group-contribution test
Browse files Browse the repository at this point in the history
  • Loading branch information
SebinSong committed Dec 24, 2024
1 parent 9686e2a commit b39ff31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/cypress/integration/group-contributions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,8 @@ describe('Contributions', () => {

it('user1 edits the non monetary contribution', () => {
cy.getByDT('buttonEditNonMonetaryContribution').click()
cy.getByDT('inputNonMonetaryContribution').type('{selectall}{del}French classes{enter}')
cy.getByDT('inputNonMonetaryContribution').clear()
cy.getByDT('inputNonMonetaryContribution').type('French classes{enter}')
assertNonMonetaryEditableValue('French classes')

cy.getByDT('givingList', 'ul')
Expand Down

0 comments on commit b39ff31

Please sign in to comment.