We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5716435 commit 2f5cabdCopy full SHA for 2f5cabd
packages/@react-spectrum/list/test/ListView.test.js
@@ -422,8 +422,6 @@ describe('ListView', function () {
422
expect(rowWrappers[0].style.height).toBe('40px');
423
expect(rowWrappers[1].style.top).toBe('40px');
424
expect(rowWrappers[1].style.height).toBe('40px');
425
- expect(rowWrappers[2].style.top).toBe('80px');
426
- expect(rowWrappers[2].style.height).toBe('40px');
427
428
// scroll us down far enough that item 0 isn't in the view
429
moveFocus('ArrowDown');
0 commit comments