Skip to content

Commit

Permalink
chore(percy): skip notice-choice component (#11844)
Browse files Browse the repository at this point in the history
### Description

Remove `notice-choice` from Percy snapshots.

### Changelog

**Changed**

- skip `notice-choice` in Percy snapshot tests

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
kennylam committed Jun 4, 2024
1 parent 9c3f32a commit f2470de
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ export default {
`,
],
parameters: {
percy: {
skip: true,
},
...readme.parameters,
hasStoryPadding: true,
knobs: {
Expand Down

0 comments on commit f2470de

Please sign in to comment.