Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bkirb authored Oct 28, 2024
1 parent fefb7d4 commit eeeab87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/specs/ramps/onramp.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ describe(SmokeAssets('Buy Crypto'), () => {
await SelectPaymentMethodView.tapContinueButton();
await Assertions.checkIfVisible(BuildQuoteView.amountToBuyLabel);
await Assertions.checkIfVisible(BuildQuoteView.getQuotesButton);
await BuildQuoteView.tapCancelButton()
await BuildQuoteView.tapCancelButton();
});

it('should skip to the Build Quote screen for returning user', async () => {
Expand Down

0 comments on commit eeeab87

Please sign in to comment.