mirror of
https://github.com/langgenius/dify.git
synced 2026-03-14 13:51:33 +08:00
test: add unit tests for PluginMutationModal and ReferenceSettingModal components, covering rendering, button interactions, and accessibility features
This commit is contained in:
parent
dd30eb4c2e
commit
8b66b68a8c
1162
web/app/components/plugins/plugin-mutation-model/index.spec.tsx
Normal file
1162
web/app/components/plugins/plugin-mutation-model/index.spec.tsx
Normal file
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,7 @@ import { useContext } from 'use-context-selector'
|
||||
import Button from '@/app/components/base/button'
|
||||
import TabSlider from '@/app/components/base/tab-slider'
|
||||
import Tooltip from '@/app/components/base/tooltip'
|
||||
import ReferenceSettingModal from '@/app/components/plugins/reference-setting-modal/modal'
|
||||
import ReferenceSettingModal from '@/app/components/plugins/reference-setting-modal'
|
||||
import { getDocsUrl } from '@/app/components/plugins/utils'
|
||||
import { MARKETPLACE_API_PREFIX, SUPPORT_INSTALL_LOCAL_FILE_EXTENSIONS } from '@/config'
|
||||
import { useGlobalPublicStore } from '@/context/global-public-context'
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1042
web/app/components/plugins/reference-setting-modal/index.spec.tsx
Normal file
1042
web/app/components/plugins/reference-setting-modal/index.spec.tsx
Normal file
File diff suppressed because it is too large
Load Diff
1237
web/app/components/plugins/update-plugin/index.spec.tsx
Normal file
1237
web/app/components/plugins/update-plugin/index.spec.tsx
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user