Skip to content

Commit

Permalink
Update cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
JIOjosBG committed Jun 28, 2024
1 parent 85bd60c commit 7adb1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/transfer.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Transfering funds', () => {

it('Sends funds via Quick account', () => {
cy.visit('/wallet/dashboards')
cy.contains('Transfer').click()
cy.contains('Send').click()

// Wait for the initial wallet load.
// There are a lot of fetch requests under the hood.
Expand Down

0 comments on commit 7adb1bc

Please sign in to comment.