status-go/e2e/whisper
Adam Babik fb75054a35 Fix TestJailWhisper e2e test (#442)
We have a test called TestJailWhisper that checks various Whisper communication scenarios (like sending a message signed with a symmetric key, asymmetric keys etc.). However, it was written in a bit cryptic way, so I also refactored it.

Important changes:
* Cleaner way of importing keys using AddKeyPair() method in the test suite,
* Removed TestEncryptedAnonymousMessage because it is not needed anymore as "test 4" in TestJailWhisper was fixed,
* Bumped PoW to 2.0. 0.01 used by status-react makes this test flaky.
2017-11-06 11:04:45 -05:00
..
whisper_jail_test.go Fix TestJailWhisper e2e test (#442) 2017-11-06 11:04:45 -05:00
whisper_test.go Move all tests to retrieve NetworkId from flag or default to statuschain 2017-10-23 17:03:07 +01:00