8 Commits

Author SHA1 Message Date
4d27fdc4aa test: fix ssr path error (#21214)
* fix: [color-picker] Fix invalid color code clearing

Enable clearing of invalid input when incorrect code is entered

* fix: fix customInput should be currentColor

* fix(ssr): fix test:ssr errors on Windows

---------

Co-authored-by: zhanghaifeng <751434992@qq.com>
2025-07-03 09:34:52 +08:00
a59823b962 ci: fix ssr test error (#19353) 2024-12-23 08:18:02 +08:00
120405aa72 fix(ssr-testing): fix code (#7466) 2022-05-02 15:15:22 +08:00
9c1d2abf77 Fix linter issue 2022-03-18 16:53:37 +08:00
c2ecb3a773 test(ssr): add ssr testing cases
- Add more cases for running ssr tests
2022-03-18 16:53:37 +08:00
6eb8cfa1ef chore(ssr): moveout ssr testing files (#6655)
- Move testing files to ssr-testing/
2022-03-15 20:18:06 +08:00
2d3d09b545 test(ssr): add ssr testing cases (#6647) 2022-03-15 19:21:54 +08:00
3ea96be394 feat(ci): replace cypress with puppeteer (#6592)
* feat(ci): replace cypress to puppeteer

- Replace cypress with puppeteer

* Implement puppeteer with screenshots

* Remove unused variables
2022-03-13 20:10:25 +08:00