Kagol

Results 210 comments of Kagol

date-picker-pro 还有一个单元测试报错: ``` PASS devui/date-picker-pro/__tests__/month-picker.spec.tsx (7.975 s) PASS devui/date-picker-pro/__tests__/year-picker.spec.tsx FAIL devui/date-picker-pro/__tests__/date-picker-pro.spec.tsx (10.4 s) ● date-picker-pro test › date-picker-pro showTime props expect(received).toBe(expected) // Object.is equality Expected: "2022/7/18 00:00:00" Received: "2022/7/18 上午12:00:00"...

2022.7.19 update: 还有以下组件单元测试未通过: - [x] date-picker-pro 还剩1个单测未通过 - [x] search 还剩2个单测未通过 - [x] select 还剩13个单测未通过 - [x] tree 还剩1个单测未通过

2022.7.20 update: 还有以下组件单元测试未通过: - [x] tooltip 还剩2个单测未通过 详细信息请查看 Github Actions 任务:[https://github.com/DevCloudFE/vue-devui/runs/7422605733?check_suite_focus=true](https://github.com/DevCloudFE/vue-devui/runs/7422605733?check_suite_focus=true) ``` FAIL devui/tooltip/__tests__/tooltip.spec.tsx (8.541 s) d-tooltip ✓should render correctly (254 ms) ✓mouse enter delay & mouse leave delay (1042...

2022.7.20 更新: 全部组件单元测试问题已由 @linxiang07 @xingyan95 @daviForevel 全部解决🎉🎉并将单元测试任务添加到 PR 门禁中。 但目前单元测试覆盖率还很低,还有大量测试用例未补齐,欢迎一起完善🤝🤝

目前单元测试(`pnpm test`)还有一些 warn 未解决。 ## Maximum recursive updates exceeded in component d-select 存在一个 warn,会影响单元测试结果的查看: ``` console.warn [Vue warn]: Maximum recursive updates exceeded in component . This means you have a...

d-tooltip 偶现单测报错: ``` FAIL devui/tooltip/__tests__/tooltip.spec.tsx ● d-tooltip › mouse enter delay & mouse leave delay expect(received).toBeFalsy() Received: tips text 49 | setTimeout(resolve, 500); 50 | }); > 51 | expect(document.querySelector(ns.b())).toBeFalsy();...

d-tooltip 偶现单测报错: ``` Summary of all failing tests FAIL devui/tooltip/__tests__/tooltip.spec.tsx ● d-tooltip › tooltip hide-after work expect(received).toBeTruthy() Received: null 107 | }); 108 | const tooltipContent = document.querySelector(ns.b()); > 109...

> @duqingyu 请教一下关于第一点,是否算是正常的显示呢,好像可以加一个`z-index`统一一下? ![image-20220417220858817](https://camo.githubusercontent.com/97aaf3c45563c6f2d099cccc02d49db1e69602a5ca4338cfaf4698dec70edb21/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f4d65726c696e3231382f696d6167652d73746f726167652f706963476f2f3230323230343137323230383835382e706e67) 这个长度感觉得限制下,不能这么长,得有个显示规则,最大长度是多少,超出了怎么显示

Finished by @Merlin218

@daviForevel 有冲突和检视意见未解决