diff --git a/web/app/components/plugins/plugin-detail-panel/__tests__/operation-dropdown.spec.tsx b/web/app/components/plugins/plugin-detail-panel/__tests__/operation-dropdown.spec.tsx index cd7a60d5e0..b8d84763df 100644 --- a/web/app/components/plugins/plugin-detail-panel/__tests__/operation-dropdown.spec.tsx +++ b/web/app/components/plugins/plugin-detail-panel/__tests__/operation-dropdown.spec.tsx @@ -1,6 +1,6 @@ import type { ReactElement, ReactNode } from 'react' -import { cloneElement } from 'react' import { fireEvent, render, screen } from '@testing-library/react' +import { cloneElement } from 'react' import { beforeEach, describe, expect, it, vi } from 'vitest' import { PluginSource } from '../../types' import OperationDropdown from '../operation-dropdown'