Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlesisz committed Aug 20, 2024
1 parent 3c6a3c5 commit 3a87b56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/connect/test-e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ const run = async () => {
throw new Error('DebugLinkState missing: ' + state.error);
}

if (state?.success) {
return; // stop test here
}

// TODO: TrezorConnect.cancel();
// await new Promise(resolve => setTimeout(resolve, 2000));
// TrezorConnect.cancel();
Expand Down

0 comments on commit 3a87b56

Please sign in to comment.