diff --git a/suite-native/app/e2e/utils.ts b/suite-native/app/e2e/utils.ts index d4a4da373ae2..599dfd42099d 100644 --- a/suite-native/app/e2e/utils.ts +++ b/suite-native/app/e2e/utils.ts @@ -118,8 +118,8 @@ export const prepareTrezorEmulator = async ( export const disconnectTrezorUserEnv = async () => { // Clear the connection to the Trezor emulator so the test does not synchronize with it when not necessary. await TrezorUserEnvLink.stopEmu(); - await TrezorUserEnvLink.disconnect(); await TrezorUserEnvLink.stopBridge(); + await TrezorUserEnvLink.disconnect(); }; export const wait = async (ms: number) => {