mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
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:
@@ -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'] });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user