mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
fix(components): [tree-select] fix typo (#9635)
This commit is contained in:
parent
ec0b8425a8
commit
675b059f26
@ -315,7 +315,7 @@ describe('TreeSelect.vue', () => {
|
||||
expect(onNodeClick).toBeCalled()
|
||||
})
|
||||
|
||||
test('check-strictly showCheckbox clik node', async () => {
|
||||
test('check-strictly showCheckbox click node', async () => {
|
||||
const { getWrapperRef, select, tree } = createComponent({
|
||||
props: {
|
||||
checkStrictly: true,
|
||||
@ -338,7 +338,7 @@ describe('TreeSelect.vue', () => {
|
||||
expect(wrapperRef.getCheckedKeys()).toEqual([1])
|
||||
})
|
||||
|
||||
test('check-strictly showCheckbox checkOnClickNode clik node', async () => {
|
||||
test('check-strictly showCheckbox checkOnClickNode click node', async () => {
|
||||
const { getWrapperRef, select, tree } = createComponent({
|
||||
props: {
|
||||
checkStrictly: true,
|
||||
|
Loading…
Reference in New Issue
Block a user