Re-write integration tests for registering.
Opened this issue · 1 comments
okdistribute commented
The integration tests for registering and logging into accounts has been broken undeterministically.
They used to look like this:
but would half of the time fail like this:
https://travis-ci.org/datproject/datproject.org/builds/238098255#L2178
@clkao said it is likely a bug in nightwatch.js
I removed the tests for now because we need to move forward with release, but we should try to fix this.
clkao commented
Should we just todo this test rather than completely removing it?