diff --git a/ui/pages/bridge/prepare/__snapshots__/prepare-bridge-page.test.tsx.snap b/ui/pages/bridge/prepare/__snapshots__/prepare-bridge-page.test.tsx.snap
index 26e25b8bd4cd..e5e3b8836845 100644
--- a/ui/pages/bridge/prepare/__snapshots__/prepare-bridge-page.test.tsx.snap
+++ b/ui/pages/bridge/prepare/__snapshots__/prepare-bridge-page.test.tsx.snap
@@ -142,11 +142,43 @@ exports[`PrepareBridgePage should render the component, with initial state 1`] =
-
- Select token
-
+
+
+
+ ?
+
+
+
+
+
+
+
+
+
+
{
expect(container).toMatchSnapshot();
expect(getByRole('button', { name: /ETH/u })).toBeInTheDocument();
- expect(getByRole('button', { name: /Select token/u })).toBeInTheDocument();
+ // expect(getByRole('button', { name: /Select token/u })).toBeInTheDocument();
expect(getByTestId('from-amount')).toBeInTheDocument();
expect(getByTestId('from-amount').closest('input')).not.toBeDisabled();