test: skip table sticky demo from visual regression (#56698)

* Initial plan

* test: skip table-sticky demo from UI comparison

Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
This commit is contained in:
Copilot
2026-01-21 23:43:47 +08:00
committed by GitHub
parent acc11dfccb
commit f091c1e01b

View File

@@ -1,5 +1,5 @@
import { imageDemoTest } from '../../../tests/shared/imageTest';
describe('Table image', () => {
imageDemoTest('table', { skip: ['virtual-list.tsx', 'row-selection-debug.tsx'] });
imageDemoTest('table', { skip: ['virtual-list.tsx', 'row-selection-debug.tsx', 'sticky.tsx'] });
});