test: align test suite and locale coverage with latest beta updates - #1407
Closed
O1Abdulrahman wants to merge 1 commit into
Closed
O1Abdulrahman wants to merge 1 commit into
O1Abdulrahman wants to merge 1 commit into
Conversation
Collaborator
|
Release tracking: this work was integrated through our experimental/beta release branch and is carried in Beta 0.9.126 (published build e758926), with integration adjustments where needed. Closing the PR as already incorporated into the release build; this does not indicate a new merge into the upstream beta branch. Thank you for the contribution. |
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes broken CI test assertions and locale coverage checks across
beta-branchcaused by recent upstream UI refactors and backend updates.After this change,
pnpm testpasses cleanly with 1,035 passing tests and 0 failures.Changes
tests/theme-author-navigation.test.ts: Removed assertions againststore-top-charts.tsxwhich was removed in upstream.tests/subtitle-player-lifecycle.test.ts: Aligned regex matching with the refactoredmpv.tssubtitle transition logic (mainSubtitleSelection.beginand media revision guards).tests/player-fullscreen-modes.test.ts: Updated path toquality-panel/window-options.tsxand matched<option>elements for fullscreen choices.tests/p2p-torrent-lifecycle.test.ts: Updatednew_sessionsearch pattern intorrent_engine.rsto account for the newcancellation.child_token()parameter.tests/stream-mode-controls.test.ts: Updated regex to support the new<Segmented<StreamMode>component.tests/subtitle-font-selection.test.ts: Updated error badge selector to matchbg-elevated text-danger.tests/subtitle-offset-indicator.test.ts: Adjusted<Section>pattern matching for the sync indicator.tests/i18n-coverage.test.ts&src/lib/i18n/locales/ui-fallback.ts: Addedui-fallback.tsto scanned locale catalogs and added recently introduced UI strings to fallback so that all language catalogs pass coverage verification.Verification
pnpm test: 1035 passed, 0 failed, 21 skipped (exited with code 0).pnpm run typecheck: Clean (exited with code 0).vp check: Clean, all files correctly formatted.