Add the page-copy collection for the copy-page e2e test (Test Case ID 348) - #1
Merged
Conversation
… 348) Two books. "Copy Source" has one content page that carries everything the manual test "Copy Page Preserves Everything" says a copied page must keep: a user-defined style, an image, a Talking Book recording, a video, and a custom origami layout. "Copy Destination" is an ordinary book the page is pasted into. The page is prebuilt because adding an image, a recording, or a video through Bloom's UI needs a native file dialog or a microphone, which an e2e test must not open. The media are BloomDesktop's own public test assets (bird.png and an mp3 from src/BloomTests) plus a 2-second FFmpeg test pattern for the video. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
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.
Adds
collections/page-copy/, two books for the BloomDesktop e2e test that automates the manual case Copy Page Preserves Everything (Notion Test Case ID 348).The page is prebuilt because adding an image, a recording, or a video through Bloom's UI needs a native dialog or a microphone. Media are BloomDesktop's own public test assets (
bird.pngand an mp3 fromsrc/BloomTests) plus a 2-second FFmpegtestsrcpattern for the video. The collection is 133 KB.pnpm validatepasses.The BloomDesktop PR that uses it advances
build/testing-inputs.pinto this commit once it merges.🤖 Generated with Claude Code