Skip to content

Commit

Permalink
Adjusted automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
musidlo committed Dec 23, 2024
1 parent 010c034 commit 7d3ac7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playwright/tests/fixtures/send/page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class SendPage {
this.page = page
this.expect = expect
this.amountInput = page.getByLabel('amount')
this.continueButton = page.getByRole('button', { name: 'SEND', exact: true })
this.continueButton = page.getByRole('button', { name: 'CONTINUE', exact: true })
this.sendButton = page.getByRole('button', { name: '/SEND' })
this.tokenSelect = page.getByTestId('SelectCoinTrigger')
}
Expand Down

0 comments on commit 7d3ac7f

Please sign in to comment.