Commits (2)
- Brian Hatchet authored
Added a new component for a channel mode selector Stupid simple component, but oh the tests! Drastically improved our e2e tests by sharing cookies since everything but the login uses the same session. Added unit tests
5434d19e - Brian Hatchet authored
Feat/closed channels 602 See merge request !499
fb452bc2
Showing
cypress/support/utilities.js 0 → 100644
This diff is collapsed.
... | ... | @@ -61,6 +61,7 @@ |
"@types/node": "~10.12.18", | ||
"codelyzer": "^4.5.0", | ||
"cypress": "^3.4.1", | ||
"cypress-file-upload": "^3.3.3", | ||
"gulp": "~4.0.0", | ||
"gulp-autoprefixer": "^6.0.0", | ||
"gulp-css-globbing": "^0.2.2", | ||
... | ... |
This diff is collapsed.