ant-design/components/select/__tests__/image.test.ts
EmilyyyLiu e28247bf0c
enhance: keep show clearIcon when in mobile view (#53576)
* feat: The clearIcon  of the Select component remain displayed when hover=none device

* chore: tmp of mobile test

* test: support mobile snapshot

* test: adjust logic

* chore: force trigger

* chore: rm is mobile config

* chore: update enable check

* chore: clean up

* chore: force trigger

* chore: debug for query

* chore: trigger info

* test: force disable mobile style

---------

Co-authored-by: 刘欢 <lh01217311@antgroup.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2025-04-24 14:21:02 +08:00

8 lines
164 B
TypeScript

import { imageDemoTest } from '../../../tests/shared/imageTest';
describe('Select image', () => {
imageDemoTest('select', {
mobile: ['basic.tsx'],
});
});