Skip to content

Commit db5e944

Browse files
committed
add note that the virtual scroll stress test causes browser to crash when experimentalFastVisibility is not enabled
1 parent 97092ff commit db5e944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/cypress/e2e/memory/virtual-scroll-stress.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
describe('Virtual Scrolling Stress Tests', {
16-
experimentalFastVisibility: true,
16+
experimentalFastVisibility: true, // if this is set to false, this spec will crash the browser
1717
numTestsKeptInMemory: 1,
1818
}, () => {
1919
beforeEach(() => {

0 commit comments

Comments
 (0)