Skip to content

Commit

Permalink
Update WalletWrapper.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MariuszSzpyt committed Aug 7, 2024
1 parent edfac9b commit 4a8e1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/frontend/rollup-pages/WalletWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class WalletWrapper {
}

async openWithdraw() {
const betaButton = buildXpathByElementText("button", "Withdraw");
const betaButton = buildXpathByElementText("button", "Send");
await clickElement(this.driver, betaButton);
}

Expand Down

0 comments on commit 4a8e1f3

Please sign in to comment.