Skip to content

Conversation

@kswenson
Copy link
Member

@kswenson kswenson commented Jan 14, 2026

[CODAP-324] Case Table: the black hover tooltip should match the white hover text

@codecov
Copy link

codecov bot commented Jan 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.73%. Comparing base (0cd5f53) to head (4408705).

Additional details and impacted files
@@                        Coverage Diff                        @@
##           CODAP-1072-case-table-elision    #2289      +/-   ##
=================================================================
+ Coverage                          86.55%   86.73%   +0.17%     
=================================================================
  Files                                723      723              
  Lines                              38719    38720       +1     
  Branches                            9584     9499      -85     
=================================================================
+ Hits                               33514    33583      +69     
+ Misses                              5196     4833     -363     
- Partials                               9      304     +295     
Flag Coverage Δ
cypress 72.16% <100.00%> (+0.24%) ⬆️
jest 55.59% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes tooltip styling for case table cells to ensure the black hover tooltip matches the white hover text, addressing issues with tooltip positioning and sizing.

Changes:

  • Removed fixed height constraint from tooltips to allow dynamic sizing
  • Added whiteSpace="pre-wrap" and maxW="400px" properties for better text wrapping and width control
  • Changed tooltip data-testid to be unique per cell using row and column identifiers

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@cypress
Copy link

cypress bot commented Jan 14, 2026

codap-v3    Run #9529

Run Properties:  status check passed Passed #9529  •  git commit 44087051ca: fix: case table cell tooltips
Project codap-v3
Branch Review CODAP-324-case-table-tooltip
Run status status check passed Passed #9529
Run duration 08m 08s
Commit git commit 44087051ca: fix: case table cell tooltips
Committer Kirk Swenson
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 1
Tests that did not run due to a developer annotating a test with .skip  Pending 48
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 301
View all changes introduced in this branch ↗︎

@kswenson kswenson marked this pull request as ready for review January 14, 2026 05:24
@kswenson kswenson requested a review from Copilot January 14, 2026 05:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants