Skip to content

test: implement Phase 3 - Component Testing #206

test: implement Phase 3 - Component Testing

test: implement Phase 3 - Component Testing #206

Triggered via pull request January 13, 2026 14:04
Status Failure
Total duration 28s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test / testing
Process completed with exit code 1.
Unhandled error: entrypoints/popup/components/CopySelectedTabsButton.test.tsx#L168
Error: Test error ❯ entrypoints/popup/components/CopySelectedTabsButton.test.tsx:168:55 This error originated in "entrypoints/popup/components/CopySelectedTabsButton.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should not call onCopied if operation fails". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: entrypoints/popup/components/CopySelectedTabsButton.test.tsx#L149
Error: Failed to get selected tabs ❯ entrypoints/popup/components/CopySelectedTabsButton.test.tsx:149:23 This error originated in "entrypoints/popup/components/CopySelectedTabsButton.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "should handle errors by logging to console". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.