Skip to content

Commit

Permalink
chore: update transaction tests for ax
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Dec 13, 2024
1 parent 73df92c commit 3e91a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/src/argent-x/page-objects/Dapps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export default class Dapps extends Navigation {
// avoid too many requests in a short time, causing user to reject
await this.dApp.waitForTimeout(2500)
await this.dApp.locator('button :text-is("Transactions")').click()
await this.dApp.waitForTimeout(2500)
await this.dApp.locator(`button :text-is("Send ${type}")`).click()

await expect(extension.getByText("Review transaction")).toBeVisible()
Expand Down

0 comments on commit 3e91a34

Please sign in to comment.