Skip to content

Commit

Permalink
test(Menu): fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
itwillwork committed Dec 26, 2024
1 parent dd4899e commit 57d0f0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Menu/__tests__/Menu.visual.test.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import {smokeTest, test} from '~playwright/core';

import {createSmokeScenarios} from '../../../stories/tests-factory/create-smoke-scenarios';
import type {MenuProps} from '../Menu';
import type {MenuItemProps, MenuProps} from '../Menu';
import type {MenuGroupProps} from '../MenuGroup';

import {activeCases, disabledCases, selectedCases, sizeCases, themeCases} from './cases';
import type {
MenuItemProps,
TestMenuGroupProps,
TestMenuItemProps,
TestMenuItemWithIconsProps,
Expand Down

0 comments on commit 57d0f0c

Please sign in to comment.