Skip to content

Commit fcd7af4

Browse files
committed
test: Fix test case
1 parent 0525df4 commit fcd7af4

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/Accessibility.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ describe('Select.Accessibility', () => {
2020
expect(wrapper.find('input').props()).toEqual(
2121
expect.objectContaining({
2222
'aria-label': 'light',
23-
'data-attr': 'bamboo',
2423
}),
2524
);
2625
});

tests/__snapshots__/Select.test.tsx.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,6 @@ exports[`Select.Basic render renders data-attributes correctly 1`] = `
357357
aria-owns="undefined_list"
358358
autocomplete="off"
359359
class="antd-selection-search-input"
360-
data-id="12345"
361-
data-test="test-id"
362360
readonly=""
363361
role="combobox"
364362
style="opacity:0"

0 commit comments

Comments
 (0)