Skip to content

Commit

Permalink
test: disable error-message animation in Material visual tests (#8396)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Dec 23, 2024
1 parent 0a54c0e commit 2cd296e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/checkbox-group/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ registerStyles(
css`
/* Show error message immediately */
[part='error-message'] {
animation: none !important;
transition: none !important;
}
`,
Expand Down
1 change: 1 addition & 0 deletions packages/combo-box/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ registerStyles(
/* Show error message immediately */
[part='error-message'] {
animation: none !important;
transition: none !important;
}
`,
Expand Down
1 change: 1 addition & 0 deletions packages/custom-field/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ registerStyles(
css`
/* Show error message immediately */
[part='error-message'] {
animation: none !important;
transition: none !important;
}
`,
Expand Down
1 change: 1 addition & 0 deletions packages/date-picker/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ registerStyles(
/* Show error message immediately */
[part='error-message'] {
animation: none !important;
transition: none !important;
}
`,
Expand Down
1 change: 1 addition & 0 deletions packages/date-time-picker/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ registerStyles(
/* Show error message immediately */
[part='error-message'] {
animation: none !important;
transition: none !important;
}
`,
Expand Down
1 change: 1 addition & 0 deletions packages/multi-select-combo-box/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ registerStyles(
/* Show error message immediately */
[part='error-message'] {
animation: none !important;
transition: none !important;
}
`,
Expand Down
1 change: 1 addition & 0 deletions packages/number-field/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ registerStyles(
/* Show error message immediately */
[part='error-message'] {
animation: none !important;
transition: none !important;
}
`,
Expand Down
1 change: 1 addition & 0 deletions packages/radio-group/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ registerStyles(
css`
/* Show error message immediately */
[part='error-message'] {
animation: none !important;
transition: none !important;
}
`,
Expand Down
1 change: 1 addition & 0 deletions packages/select/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ registerStyles(
css`
/* Show error message immediately */
[part='error-message'] {
animation: none !important;
transition: none !important;
}
`,
Expand Down
1 change: 1 addition & 0 deletions packages/text-area/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ registerStyles(
/* Show error message immediately */
[part='error-message'] {
animation: none !important;
transition: none !important;
}
`,
Expand Down
1 change: 1 addition & 0 deletions packages/text-field/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ registerStyles(
/* Show error message immediately */
[part='error-message'] {
animation: none !important;
transition: none !important;
}
`,
Expand Down
1 change: 1 addition & 0 deletions packages/time-picker/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ registerStyles(
/* Show error message immediately */
[part='error-message'] {
animation: none !important;
transition: none !important;
}
`,
Expand Down

0 comments on commit 2cd296e

Please sign in to comment.