Skip to content

Commit 2913c16

Browse files
fix folder path and storyname
1 parent 285900f commit 2913c16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e/components/TooltipV2.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test.describe('TooltipV2', () => {
2323

2424
test('axe @aat', async ({page}) => {
2525
await visit(page, {
26-
id: 'drafts-components-tooltip--default',
26+
id: 'components-tooltipv2--default',
2727
globals: {
2828
colorScheme: theme,
2929
},

packages/react/src/TooltipV2/Tooltip.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {Button, Box} from '..'
33
import {Tooltip} from './Tooltip'
44

55
export default {
6-
title: 'Components/Tooltip v2',
6+
title: 'Components/TooltipV2',
77
component: Tooltip,
88
}
99

packages/react/src/TooltipV2/__tests__/Tooltip.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function ExampleWithActionMenu(actionMenuTrigger: React.ReactElement): JSX.Eleme
3232
}
3333

3434
describe('Tooltip', () => {
35-
checkStoriesForAxeViolations('Tooltip.features', '../drafts/Tooltip/')
35+
checkStoriesForAxeViolations('Tooltip.features', '../TooltipV2/')
3636

3737
it('renders `data-direction="s"` by default', () => {
3838
const {getByText} = HTMLRender(<TooltipComponent />)

0 commit comments

Comments
 (0)