Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix passphrase should expire in in_memory_pass_phrase_session_length mock test issue #4700

Closed
ioanmo226 opened this issue Sep 21, 2022 · 0 comments · Fixed by #4706
Closed
Assignees

Comments

@ioanmo226
Copy link
Collaborator

ioanmo226 commented Sep 21, 2022

This test sometimes fails with below error.
Need to fix.

user@passphrase-session-length-client-configuration.flowcrypt.test - passphrase should expire in in_memory_pass_phrase_session_length [ALL RETRIES FAILED for user@passphrase-session-length-client-configuration.flowcrypt.test - passphrase should expire in in_memory_pass_phrase_session_length]
ℹ (attempt 1 of 3) Retrying: AssertionError: expected undefined to equal '1234'
ℹ (attempt 2 of 3) Retrying: AssertionError: expected undefined to equal '1234'
ℹ (attempt 3 of 3) Failed: /home/semaphore/git/flowcrypt-browser/test/source/tests/setup.ts:853
expect(savedPassphrase).to.be.equal(passphrase);

  AssertionError: expected undefined to equal '1234'
      at <anonymous> (/home/semaphore/git/flowcrypt-browser/test/source/tests/setup.ts:853:37)
      at <anonymous> (/home/semaphore/git/flowcrypt-browser/test/source/test.ts:76:7)
      at <anonymous> (/home/semaphore/git/flowcrypt-browser/test/source/browser/browser-pool.ts:144:61)
      at <anonymous> (/home/semaphore/git/flowcrypt-browser/test/source/test.ts:71:5)
      at <async> <anonymous> (/test/source/tests/setup.ts:832:180)
      at <async> <anonymous> (../test/source/test.ts:71:53)
      at <async> <anonymous> (/test/source/browser/browser-pool.ts:144:49)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants