Closed jameshadfield closed 3 years ago
@jameshadfield Hmm, I went to look into this, but these tests pass for me on that commit (7cf226d). See the full output below.
I wonder what's different about our environments? Do we have different deps?
npm run smoke-test:ci
outputnpm ls
outputMust have been! Retried after reinstalling/rebuilding everything and it all passes now.
Current Behavior
npm run smoke-test:ci
failsExpected behavior
All tests should pass on master
How to reproduce
Steps to reproduce the current behavior:
npm run smoke-test:ci
Possible solution
Tests "Check getSourceInfo API for a (public) nextstrain groups splash page" and "Check getAvailable API for a (public) nextstrain group" fail. An error message is printed
UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'map' of undefined
which should lead us to the underlying issue.Additional context
Master at commit 7cf226d