Skip to content

test(e2e): re-skip 2 print tests blocked on production bugs (#1450, #1451)#1453

Merged
steilerDev merged 1 commit into
betafrom
fix/1450-1451-skip-failing-print-tests
May 17, 2026
Merged

test(e2e): re-skip 2 print tests blocked on production bugs (#1450, #1451)#1453
steilerDev merged 1 commit into
betafrom
fix/1450-1451-skip-failing-print-tests

Conversation

@steilerDev
Copy link
Copy Markdown
Owner

Summary

Re-skips two budget-overview-print E2E tests that were enabled in PR #1447 but cannot pass until production bugs filed by that PR are fixed:

Each test.skip has a 3-line comment with the issue reference and the root cause so re-enable is a one-line revert once the underlying bug ships.

The other 2 tests re-enabled by PR #1447 ('Print forces full expansion' and 'Other pages are unaffected') remain enabled.

Test plan

  • No production code changes
  • Both test.skip blocks have a leading // SKIP: Blocked on production bug #NNNN comment
  • Other tests in the same file are untouched

Co-Authored-By: Claude e2e-test-engineer (Sonnet 4.6) noreply@anthropic.com

…1451

PR #1447 re-enabled all 4 budget-overview-print skips. Two of them are blocked
by genuine production bugs that need separate fixes:

- "Dark mode: print resets CSS variables to light values" — blocked on #1451
  (`:global(@media print)` in CSS Module is silently dropped by the bundler).
- "On-screen expansion state restored after afterprint" — blocked on #1450
  (`usePrintExpansion` hook closure loses pre-print snapshot when the effect
  re-runs).

Re-skip these two with explicit issue references so the rationale is
discoverable and re-enable is a one-line change once each bug is fixed.

Co-Authored-By: Claude e2e-test-engineer (Sonnet 4.6) <noreply@anthropic.com>
@steilerDev steilerDev merged commit 73c61f8 into beta May 17, 2026
24 of 27 checks passed
@steilerDev steilerDev deleted the fix/1450-1451-skip-failing-print-tests branch May 17, 2026 14:58
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.6.0-beta.21 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant