Skip to content
Snippets Groups Projects

Draft: Resolve "Implement user journey tests"

Open trantzas requested to merge 26-implement-user-journey-tests into develop
8 files
+ 2149
204
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 0
1
@@ -2,7 +2,6 @@ describe('user authentication', () => {
beforeEach(() => {
cy.visit(window.location.origin);
})
//edit profile bug
it('should block unauthenticated user from entering a protected route', () => {
Loading