chore: cleanup e2e (#5051)

This commit is contained in:
Jason Rasmussen
2023-11-14 20:31:06 -05:00
committed by GitHub
parent 6127fd4c5c
commit 4b722517f0
15 changed files with 77 additions and 171 deletions
+18
View File
@@ -1,6 +1,24 @@
import { UserAvatarColor, UserEntity } from '@app/infra/entities';
import { authStub } from './auth.stub';
export const userDto = {
user1: {
email: 'user1@immich.app',
password: 'Password123',
name: 'User 1',
},
user2: {
email: 'user2@immich.app',
password: 'Password123',
name: 'User 2',
},
user3: {
email: 'user3@immich.app',
password: 'Password123',
name: 'User 3',
},
};
export const userStub = {
admin: Object.freeze<UserEntity>({
...authStub.admin,