1
0

fix(views): redirect to project after authenticating with a link share

This commit is contained in:
kolaente
2024-03-19 17:38:33 +01:00
parent fee75e55a3
commit d7b40f393e
3 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@ import {UserFactory} from '../../factories/user'
import {ProjectFactory} from '../../factories/project'
import {prepareProjects} from './prepareProjects'
describe('Project View Project', () => {
describe('Project View List', () => {
createFakeUserAndLogin()
prepareProjects()