[PR #425] [MERGED] 373 fix frontend testing problems #433

Closed
opened 2026-02-27 19:18:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/425
Author: @EddieTheCubeHead
Created: 6/26/2025
Status: Merged
Merged: 6/26/2025
Merged by: @EddieTheCubeHead

Base: masterHead: 373-fix-frontend-testing-problems


📝 Commits (8)

📊 Changes

30 files changed (+719 additions, -550 deletions)

View changed files

📝 .github/workflows/backend-ci.yml (+1 -0)
📝 client/package.json (+1 -0)
📝 client/src/common/hooks/useFetchToken.ts (+2 -0)
📝 client/src/common/hooks/useGetTokenQuery.ts (+2 -1)
📝 client/src/common/stores/searchStore.ts (+8 -8)
📝 client/src/search/components/SearchPlaylists.tsx (+2 -2)
📝 client/src/search/components/searchTopBar/SearchTopBarAlbumsButton.tsx (+1 -1)
📝 client/src/search/components/searchTopBar/SearchTopBarArtistsButton.tsx (+1 -1)
📝 client/src/search/components/searchTopBar/SearchTopBarPlaylistsButton.tsx (+1 -1)
📝 client/src/search/components/searchTopBar/SearchTopBarTracksButton.tsx (+1 -1)
📝 client/test/ThemeProviderFeatures.tsx (+5 -4)
📝 client/test/alertSystem/AlertFeatures.tsx (+17 -14)
📝 client/test/common/components/EnsureLoginWrapperFeatures.tsx (+4 -3)
📝 client/test/common/components/ToolBarFeatures.tsx (+225 -216)
📝 client/test/common/components/TopBarFeatures.tsx (+12 -15)
📝 client/test/common/views/HomeFeatures.tsx (+11 -8)
📝 client/test/common/views/MainFeatures.tsx (+16 -33)
📝 client/test/login/components/LoginPopupFeatures.tsx (+20 -16)
📝 client/test/pool/views/PoolFeatures.tsx (+16 -30)
📝 client/test/search/components/ConfirmPoolOverwriteModalFeatures.tsx (+7 -10)

...and 10 more files

📄 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/EddieTheCubeHead/Stagnum/pull/425 **Author:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Created:** 6/26/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Base:** `master` ← **Head:** `373-fix-frontend-testing-problems` --- ### 📝 Commits (8) - [`8bb2774`](https://github.com/EddieTheCubeHead/Stagnum/commit/8bb27747c803bfdda6f90042641948bf3eea84f7) #373 Re-add if to backend coverage report but hopefully correctly this time? - [`f512990`](https://github.com/EddieTheCubeHead/Stagnum/commit/f51299049097b99bceb13367097ad5dd0871f46c) #373 Started fixing tests from top of file tree. Got some way down - [`6bb6a97`](https://github.com/EddieTheCubeHead/Stagnum/commit/6bb6a97ae3dbe3916fc74b0ca637728d12b118f0) #373 All tests fixed - [`6afd130`](https://github.com/EddieTheCubeHead/Stagnum/commit/6afd1305fd3c64b117a1ebc201f1c9d8908e5536) #373 Minor improvements - [`c53964f`](https://github.com/EddieTheCubeHead/Stagnum/commit/c53964fd4e58f042e9d5ec08c89ccc92bd15784e) #373 Missed one - [`1801916`](https://github.com/EddieTheCubeHead/Stagnum/commit/1801916177e7c5acbff1ac9d9bbc5ec159bc182e) #373 Huh? - [`229edee`](https://github.com/EddieTheCubeHead/Stagnum/commit/229edeea1e7d4dda90bf142a870036637ffe0404) #373 Huh? pt.2 - [`ea5f303`](https://github.com/EddieTheCubeHead/Stagnum/commit/ea5f3038f5f7d925d90e0d22cff0208d4b58c804) #373 Huh. ### 📊 Changes **30 files changed** (+719 additions, -550 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/backend-ci.yml` (+1 -0) 📝 `client/package.json` (+1 -0) 📝 `client/src/common/hooks/useFetchToken.ts` (+2 -0) 📝 `client/src/common/hooks/useGetTokenQuery.ts` (+2 -1) 📝 `client/src/common/stores/searchStore.ts` (+8 -8) 📝 `client/src/search/components/SearchPlaylists.tsx` (+2 -2) 📝 `client/src/search/components/searchTopBar/SearchTopBarAlbumsButton.tsx` (+1 -1) 📝 `client/src/search/components/searchTopBar/SearchTopBarArtistsButton.tsx` (+1 -1) 📝 `client/src/search/components/searchTopBar/SearchTopBarPlaylistsButton.tsx` (+1 -1) 📝 `client/src/search/components/searchTopBar/SearchTopBarTracksButton.tsx` (+1 -1) 📝 `client/test/ThemeProviderFeatures.tsx` (+5 -4) 📝 `client/test/alertSystem/AlertFeatures.tsx` (+17 -14) 📝 `client/test/common/components/EnsureLoginWrapperFeatures.tsx` (+4 -3) 📝 `client/test/common/components/ToolBarFeatures.tsx` (+225 -216) 📝 `client/test/common/components/TopBarFeatures.tsx` (+12 -15) 📝 `client/test/common/views/HomeFeatures.tsx` (+11 -8) 📝 `client/test/common/views/MainFeatures.tsx` (+16 -33) 📝 `client/test/login/components/LoginPopupFeatures.tsx` (+20 -16) 📝 `client/test/pool/views/PoolFeatures.tsx` (+16 -30) 📝 `client/test/search/components/ConfirmPoolOverwriteModalFeatures.tsx` (+7 -10) _...and 10 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:18:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#433
No description provided.