[PR #1321] [MERGED] Fix e2e tests #8997

Closed
opened 2026-02-05 13:56:48 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/1321
Author: @jbaez
Created: 1/13/2023
Status: Merged
Merged: 1/15/2023
Merged by: @alextran1502

Base: mainHead: chore/fix-e2e-tests


📝 Commits (3)

  • 285e4d4 Fix e2e tests
  • 2d9c892 Enable e2e tests in CI
  • 263ed7f Remove unnecessary TypeOrmModule from e2e tests

📊 Changes

5 files changed (+55 additions, -46 deletions)

View changed files

📝 .github/workflows/test.yml (+8 -8)
📝 server/apps/immich/src/api-v1/asset/asset.module.ts (+0 -1)
📝 server/apps/immich/test/album.e2e-spec.ts (+32 -26)
📝 server/apps/immich/test/user.e2e-spec.ts (+15 -9)
📝 server/tsconfig.json (+0 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/1321 **Author:** [@jbaez](https://github.com/jbaez) **Created:** 1/13/2023 **Status:** ✅ Merged **Merged:** 1/15/2023 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `chore/fix-e2e-tests` --- ### 📝 Commits (3) - [`285e4d4`](https://github.com/immich-app/immich/commit/285e4d4dedd1fb3f9ca4e157351dd2fc694bddd6) Fix e2e tests - [`2d9c892`](https://github.com/immich-app/immich/commit/2d9c892184dccb6d414e17a5db9353a574064db9) Enable e2e tests in CI - [`263ed7f`](https://github.com/immich-app/immich/commit/263ed7f9d928bed55269011768e35f7588850ef9) Remove unnecessary TypeOrmModule from e2e tests ### 📊 Changes **5 files changed** (+55 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+8 -8) 📝 `server/apps/immich/src/api-v1/asset/asset.module.ts` (+0 -1) 📝 `server/apps/immich/test/album.e2e-spec.ts` (+32 -26) 📝 `server/apps/immich/test/user.e2e-spec.ts` (+15 -9) 📝 `server/tsconfig.json` (+0 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:56:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8997