Looks like npm run citest-jasmine is calibrated for CircleCI only.
Off 3c85d9e

I suspect that these issues are related to the browser window size. The failing tests should go away once we add a window-size flag in the karma.ciconf.js file like we currently do in the (local) karma.conf.js.
Moreover, perhaps we should merge the two karma conf files into one and use the CirlcleCI environment variable to set up CI specific flags.
Looks like
npm run citest-jasmineis calibrated for CircleCI only.Off 3c85d9e
I suspect that these issues are related to the browser window size. The failing tests should go away once we add a
window-sizeflag in thekarma.ciconf.jsfile like we currently do in the (local)karma.conf.js.Moreover, perhaps we should merge the two karma conf files into one and use the CirlcleCI environment variable to set up CI specific flags.