Skip to content

Commit dcdabbe

Browse files
[test] Ignore flaky TextMobileStepper
1 parent a477ec8 commit dcdabbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/regressions/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ const blacklist = [
9090
'docs-components-snackbars/SimpleSnackbar.png', // Needs interaction
9191
'docs-components-snackbars/TransitionsSnackbar.png', // Needs interaction
9292
'docs-components-speed-dial', // Needs interaction
93-
'docs-components-stepper/HorizontalNonLinearAlternativeLabelStepper.png', // Redundant
94-
'docs-components-stepper/HorizontalNonLinearStepper.png', // Redundant
95-
'docs-components-stepper/SwipeableTextMobileStepper.png', // Redundant
93+
'docs-components-steppers/HorizontalNonLinearAlternativeLabelStepper.png', // Redundant
94+
'docs-components-steppers/HorizontalNonLinearStepper.png', // Redundant
9695
'docs-components-steppers/SwipeableTextMobileStepper.png', // Flaky image loading
96+
'docs-components-steppers/TextMobileStepper.png', // Flaky image loading
9797
'docs-components-textarea-autosize', // Superseded by a dedicated regression test
9898
'docs-components-tooltips', // Needs interaction
9999
'docs-components-transitions', // Needs interaction

0 commit comments

Comments
 (0)