diff --git a/e2e/specs/swaps/swap-action-smoke.spec.js b/e2e/specs/swaps/swap-action-smoke.spec.js index ac383d4cf11..02ca84a7d18 100644 --- a/e2e/specs/swaps/swap-action-smoke.spec.js +++ b/e2e/specs/swaps/swap-action-smoke.spec.js @@ -87,7 +87,7 @@ describe(SmokeSwaps('Swap from Actions'), () => { 'Max slippage 0%', ); } - await QuoteView.tapOnGetQuotes(); + // await QuoteView.tapOnGetQuotes(); await Assertions.checkIfVisible(SwapView.fetchingQuotes); await Assertions.checkIfVisible(SwapView.quoteSummary); await Assertions.checkIfVisible(SwapView.gasFee);