Skip to content

Commit 2f5cabd

Browse files
authored
Fix flake-y test (#2562)
1 parent 5716435 commit 2f5cabd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/@react-spectrum/list/test/ListView.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,6 @@ describe('ListView', function () {
422422
expect(rowWrappers[0].style.height).toBe('40px');
423423
expect(rowWrappers[1].style.top).toBe('40px');
424424
expect(rowWrappers[1].style.height).toBe('40px');
425-
expect(rowWrappers[2].style.top).toBe('80px');
426-
expect(rowWrappers[2].style.height).toBe('40px');
427425

428426
// scroll us down far enough that item 0 isn't in the view
429427
moveFocus('ArrowDown');

0 commit comments

Comments
 (0)