Skip to content
Prev Previous commit
Next Next commit
try adding timeout
  • Loading branch information
mnajdova committed Mar 11, 2026
commit 8ac69645ef1345cfebe160d2ddc686479964e3af
2 changes: 1 addition & 1 deletion test/regressions/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const importDemos = import.meta.glob(
'!docs/data/material/components/stack/InteractiveStack', // Redundant
'!docs/data/material/components/steppers/HorizontalNonLinearStepper', // Redundant
'!docs/data/material/components/steppers/TextMobileStepper', // Flaky image loading
'!docs/data/material/components/table/ReactVirtualizedTable', // Flaky
// '!docs/data/material/components/table/ReactVirtualizedTable', // Flaky
'!docs/data/material/components/tabs/AccessibleTabs1', // Need interaction
'!docs/data/material/components/tabs/AccessibleTabs2', // Need interaction
'!docs/data/material/components/textarea-autosize', // Superseded by a dedicated regression test
Expand Down
1 change: 1 addition & 0 deletions test/regressions/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ async function main() {
}

const testcase = await renderFixture(route);
this?.timeout?.(100);
await takeScreenshot({ testcase, route });
});
});
Expand Down
Loading