Skip to content

Commit 313a5e0

Browse files
committed
chore: format tooltip Cypress test
1 parent d357694 commit 313a5e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/react-components/react-tooltip/library/src/components/Tooltip

packages/react-components/react-tooltip/library/src/components/Tooltip/Tooltip.cy.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ describe('Tooltip', () => {
2121
* gets `data-popper-reference-hidden` set once scrolled, and loses it once
2222
* scrolled back.
2323
*
24-
* This is the E2E complement to the positioning callback unit tests in
25-
* createPositionManager.test.ts and the Tooltip visibility integration.
24+
* This is the E2E complement to the positioning callback unit tests in
25+
* createPositionManager.test.ts and the Tooltip visibility integration.
2626
*/
2727
it('sets data-popper-reference-hidden on the tooltip when the trigger scrolls out of view', () => {
2828
mount(

0 commit comments

Comments
 (0)