Skip to content

Merge pull request #273 from docknetwork/DCKM-420-improve-user-notifi… #261

Merge pull request #273 from docknetwork/DCKM-420-improve-user-notifi…

Merge pull request #273 from docknetwork/DCKM-420-improve-user-notifi… #261

GitHub Actions / Integration Test Report failed Jul 3, 2024 in 0s

30 passed, 1 failed and 0 skipped

Tests failed

❌ reports/jest-junit.xml

31 tests were completed in 194s with 30 passed, 1 failed and 0 skipped.

Test suite Passed Failed Skipped Time
integration-tests/accounts.test.ts 4✅ 8s
integration-tests/credential-distribution.test.ts 2✅ 18s
integration-tests/credentials.test.ts 2✅ 11s
integration-tests/custom-networks.test.ts 2✅ 8s
integration-tests/ecosystem-tools.test.ts 1✅ 7s
integration-tests/subscan.test.ts 1✅ 1s
integration-tests/switch-wallet.test.ts 2✅ 11s
integration-tests/transactions.test.ts 3✅ 9s
integration-tests/verification-flow/bbs-plus-expired.test.ts 1✅ 7s
integration-tests/verification-flow/bbs-plus-revocation.test.ts 2✅ 21s
integration-tests/verification-flow/bbs-plus-valid.test.ts 1✅ 8s
integration-tests/verification-flow/sales-demo-auto-loan.test.ts 1✅ 28s
integration-tests/verification-flow/vpi-verification.test.ts 1❌ 18s
integration-tests/wallet-backup.test.ts 2✅ 8s
integration-tests/wallet-snapshot-v1.test.ts 5✅ 7s
integration-tests/wallet-to-wallet-verification.test.ts 1✅ 20s

✅ integration-tests/accounts.test.ts

Accounts
  ✅ expect to have created accounts
  ✅ expect to have valid KeyringPair on each account
  ✅ expect to import account from mnemonic
  ✅ expect to import account from JSON

✅ integration-tests/credential-distribution.test.ts

Credential Distribution
  ✅ should receive a credential issued to the wallet DID
  ✅ should receive multiple credentials issued to multiple wallet DIDs

✅ integration-tests/credentials.test.ts

Credentials
  ✅ expect to import credentials
Credentials › credential status
  ✅ expect mainnet credential to have "Invalid" status on tesnet

✅ integration-tests/custom-networks.test.ts

Custom networks
  ✅ should have documents only on mainnet
  ✅ should add document to mumbai without affecting polygon

✅ integration-tests/ecosystem-tools.test.ts

BBS+ presentations
  ✅ should fetch ecosystem tools for the given issuer

✅ integration-tests/subscan.test.ts

subscan integration
  ✅ should fetch transactions using subscan APIs

✅ integration-tests/switch-wallet.test.ts

Switch wallet
  ✅ expect switch to tesnet and have an empty wallet
  ✅ expect switch to tesnet and have an empty wallet

✅ integration-tests/transactions.test.ts

Transactions
  ✅ should get account balance
  ✅ should get transaction fee
  ✅ should fetch transaction history

✅ integration-tests/verification-flow/bbs-plus-expired.test.ts

BBS+ presentations
  ✅ should fail to verify expired credential

✅ integration-tests/verification-flow/bbs-plus-revocation.test.ts

BBS+ revocation
  ✅ should verify a revokable bbs+ credential
  ✅ should verify a revokable bbs+ credential with an updated witness

✅ integration-tests/verification-flow/bbs-plus-valid.test.ts

BBS+ presentations
  ✅ should verify valid bbs+ credential

✅ integration-tests/verification-flow/sales-demo-auto-loan.test.ts

BBS+ presentations
  ✅ should verify an auto loan proof request

❌ integration-tests/verification-flow/vpi-verification.test.ts

VPI verification
  ❌ should verify a vpi credential
	Error: expect(received).toBe(expected) // Object.is equality

✅ integration-tests/wallet-backup.test.ts

Wallet backups
  ✅ expect to import wallet from backup
  ✅ expect to export wallet backup

✅ integration-tests/wallet-snapshot-v1.test.ts

Wallet Snapshot V1
  ✅ expect to have load all documents
  ✅ expect to have load accounts
  ✅ expect to have loaded DIDs
  ✅ expect to have loaded credentials
  ✅ expect to have loaded Verification Templates

✅ integration-tests/wallet-to-wallet-verification.test.ts

Wallet to Wallet Verification
  ✅ should get OOB message to be shared as QR code

Annotations

Check failure on line 115 in integration-tests/verification-flow/vpi-verification.test.ts

See this annotation in the file changed.

@github-actions github-actions / Integration Test Report

integration-tests/verification-flow/vpi-verification.test.ts ► VPI verification ► should verify a vpi credential

Failed test found in:
  reports/jest-junit.xml
Error:
  Error: expect(received).toBe(expected) // Object.is equality
Raw output
Error: expect(received).toBe(expected) // Object.is equality

Expected: true
Received: undefined
    at Object.<anonymous> (/home/runner/work/react-native-sdk/react-native-sdk/integration-tests/verification-flow/vpi-verification.test.ts:115:36)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)