trustbloc / wallet

Wallet implementation based on agent-sdk
Apache License 2.0
24 stars 23 forks source link

Dashboard loads before router connection is setup #1140

Open rolsonquadras opened 2 years ago

rolsonquadras commented 2 years ago

Steps:

  1. Login to Wallet
  2. Save credential
  3. Share credential through WACI

If steps 2 and 3 are performed before router connection is setup (usually within 10 secs), the DIDComm connections will fail.

rolsonquadras commented 2 years ago

In ui-automation tests (DIDComm use-case), we have added a sleep as a workaround - https://github.com/trustbloc/wallet/pull/1139/files#diff-82221298074eeacc6e7e5c31ef22885a52d559ea51e23835be323b2aee971fbcR85-R86