Skip to content

Commit c01471f

Browse files
committed
fix: Internal use of onDismissOnScroll
1 parent 321354a commit c01471f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/components/tooltip/__integ__/tooltip.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import useBrowser from '@cloudscape-design/browser-test-tools/use-browser';
55

66
import createWrapper from '../../../../../lib/components/test-utils/selectors';
77

8-
import tooltipStyles from '../../../../../lib/components/internal/components/tooltip/styles.selectors.js';
8+
import tooltipStyles from '../../../../../lib/components/tooltip/styles.selectors.js';
99

1010
test(
1111
'should not close any wrapping modals when the tooltip detects an Escape keypress',

0 commit comments

Comments
 (0)