fix(e2e): rename stale video-centric E2E test descriptions#422
Open
sferadev-bot wants to merge 2 commits intomainfrom
Open
fix(e2e): rename stale video-centric E2E test descriptions#422sferadev-bot wants to merge 2 commits intomainfrom
sferadev-bot wants to merge 2 commits intomainfrom
Conversation
…or, error logging Fixes several issues found during pre-beta QA audit: - fix(e2e): update 'Continue Watching' -> 'Continue Viewing' assertions - fix(e2e): update 'back to videos' -> 'back to dashboard' assertion - fix(e2e): update empty state text patterns to match actual UI copy - fix(e2e): replace non-existent Series/Channels route tests with Collections/Topics page tests - fix(api): use proper ValidationError tagged class in highlight-reel render route instead of raw object literal - fix(dashboard): rename 'From Your Collections' section to 'Recently Added' to accurately reflect content shown; remove unused getCollections fetch - fix(loading): update stale 'From Your Channels' comment - fix(openapi): update stale 'video collaboration platform' description to Knowledge Hub branding - fix(ui): add error logging in VideoDecisionsSidebar fetch catch block using project logger instead of silent failure Closes #417 #418 #419 #420
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Member
|
@sferadev-bot Merge in main and fix conflicts |
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.
Renames test describe blocks and updates comments in E2E specs to reflect the Knowledge Hub rebrand.
videos.spec.ts→content.spec.ts(file rename)URLs and selectors are unchanged — routes still use
/videos,/my-videosetc.Closes #416