test(connect): fix incorrect core mode

This commit is contained in:
Marek Polak
2026-02-17 16:56:47 +01:00
parent 48db6c5b3d
commit c19c849101

View File

@@ -203,7 +203,7 @@ export const initTrezorConnect = async (
debug: true,
pendingTransportEvent: true,
transportReconnect: false,
coreMode: 'core-in-module', // for connect-web
coreMode: 'auto', // for connect-web
thp: {
appName: 'TrezorConnect',
hostName: 'tests:e2e',