Skip to content

Commit

Permalink
Update grouping-description-cell.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
FeimeiChen committed Oct 16, 2024
1 parent bd5cd58 commit 436fe2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe('GroupingDescriptionCell', () => {
expect(screen.getByText(description)).toBeInTheDocument();
});

it('renders the description should be truncated', async () => {
it('should show tooltip if description content is truncated', async () => {
Object.defineProperties(HTMLElement.prototype, {
scrollWidth: { get: () => 500, configurable: true },
clientWidth: { get: () => 30, configurable: true }
Expand Down

0 comments on commit 436fe2e

Please sign in to comment.