Skip to content

Commit

Permalink
lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Oct 24, 2024
1 parent d6f04b0 commit 59c0489
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/util/dappTransactions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ const getTokenBalance = async (
} catch (e) {
// Don't validate balance if error
}
}
};

/**
* Validates asset (ERC20) transaction amount
Expand Down
4 changes: 2 additions & 2 deletions e2e/specs/ramps/offramp.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const PaymentMethods = {
DEBIT_OR_CREDIT: 'Debit or Credit',
INSTANT_ACH_BANK_TRANSFER: 'Insant ACH Bank Transfer',
ACH_BANK_TRANSFER: 'ACH Bank Transfer',
}
};

describe(SmokeAssets('Off-Ramp'), () => {
beforeAll(async () => {
Expand Down Expand Up @@ -67,7 +67,7 @@ describe(SmokeAssets('Off-Ramp'), () => {
await SelectRegionView.tapRegionOption(Regions.CALIFORNIA);
await SelectRegionView.tapContinueButton();
await SelectPaymentMethodView.tapPaymentMethodOption(PaymentMethods.DEBIT_OR_CREDIT);
await SelectPaymentMethodView.tapContinueButton();
await SelectPaymentMethodView.tapContinueButton();
await Assertions.checkIfVisible(BuildQuoteView.amountToSellLabel);
await Assertions.checkIfVisible(BuildQuoteView.getQuotesButton);
});
Expand Down

0 comments on commit 59c0489

Please sign in to comment.