sentry icon indicating copy to clipboard operation
sentry copied to clipboard

feat(preprod): Add insight comparison frontend

Open rbro112 opened this issue 1 month ago • 2 comments

Adds frontend for preprod compare.

Screenshot 2025-12-05 at 5 01 36 PM

Designs (we chose to skip "unresolved"): Screenshot 2025-12-03 at 6 55 46 PM

rbro112 avatar Nov 20 '25 21:11 rbro112

This stack of pull requests is managed by Graphite. Learn more about stacking.

rbro112 avatar Nov 20 '25 21:11 rbro112

:x: 1 Tests Failed:

Tests completed Failed Passed Skipped
12805 1 12804 10
View the top 1 failed test(s) by shortest run time
GroupInsightItemDiffTable displays correct status tags and sizes
Stack Traces | 0.073s run time
Error: expect(received).toHaveLength(expected)

Expected length: 3
Received length: 4
Received array:  [<div class="css-54ljo8-Text ed9nxmg2">Added</div>, <div class="css-54ljo8-Text ed9nxmg2">Added</div>, <div class="css-54ljo8-Text ed9nxmg2">Added</div>, <div class="css-54ljo8-Text ed9nxmg2">Added</div>]
    at Object.toHaveLength (.../main/insights/groupInsightDiffTable.spec.tsx:92:23)
    at Promise.finally.completed (.../sentry/node_modules/.pnpm/[email protected][email protected]..../jest-circus/build/jestAdapterInit.js:1559:28)
    at new Promise (<anonymous>)
    at callAsyncCircusFn (.../sentry/node_modules/.pnpm/[email protected][email protected]..../jest-circus/build/jestAdapterInit.js:1499:10)
    at _callCircusTest (.../sentry/node_modules/.pnpm/[email protected][email protected]..../jest-circus/build/jestAdapterInit.js:1009:40)
    at processTicksAndRejections (node:internal/process/task_queues:105:5)
    at _runTest (.../sentry/node_modules/.pnpm/[email protected][email protected]..../jest-circus/build/jestAdapterInit.js:949:3)
    at _runTestsForDescribeBlock (.../sentry/node_modules/.pnpm/[email protected][email protected]..../jest-circus/build/jestAdapterInit.js:839:13)
    at _runTestsForDescribeBlock (.../sentry/node_modules/.pnpm/[email protected][email protected]..../jest-circus/build/jestAdapterInit.js:829:11)
    at run (.../sentry/node_modules/.pnpm/[email protected][email protected]..../jest-circus/build/jestAdapterInit.js:757:3)
    at runAndTransformResultsToJestFormat (.../sentry/node_modules/.pnpm/[email protected][email protected]..../jest-circus/build/jestAdapterInit.js:1920:21)
    at jestAdapter (.../sentry/node_modules/.pnpm/[email protected][email protected]..../jest-circus/build/runner.js:101:19)
    at runTestInternal (.../sentry/node_modules/.pnpm/[email protected]..../jest-runner/build/testWorker.js:272:16)
    at runTest (.../sentry/node_modules/.pnpm/[email protected]..../jest-runner/build/testWorker.js:340:7)
    at Object.worker (.../sentry/node_modules/.pnpm/[email protected]..../jest-runner/build/testWorker.js:494:12)

To view more test analytics, go to the Test Analytics Dashboard 📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

codecov[bot] avatar Dec 06 '25 01:12 codecov[bot]