Skip to content

Commit

Permalink
Fix copy in test (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn authored Apr 24, 2024
1 parent b52409a commit 4609903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion centrifuge-app/tests/e2e/specs/invest.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('Invest flows', () => {
cy.get('input[name="amount"]').type(pool.investAmount)
cy.get('button[type="submit"]').click()
cy.confirmTransaction()
cy.contains(`Invested ${pool.poolCurrency} value ${pool.investAmount} ${pool.poolCurrency}`).should('exist')
cy.contains(`Invested ${pool.investAmount} ${pool.poolCurrency}`).should('exist')
})
it('Pool Admin: Close epoch (execute investment)', () => {
cy.visit('/pools', { failOnStatusCode: false })
Expand Down

0 comments on commit 4609903

Please sign in to comment.