Skip to content

Commit

Permalink
fix: fix for alpha version publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jake4take committed Dec 19, 2024
1 parent 114b26e commit 9abb1cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/wallets/src/okx/pages/walletOperations.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ export class WalletOperations {
timeout: 5000,
});
const needToCancelTx = true;

while (needToCancelTx) {
await this.page
.locator('button :text-matches("Cancel|Reject")')
Expand Down

0 comments on commit 9abb1cc

Please sign in to comment.