Skip to content

Commit

Permalink
chore(percy): skip percy testing of the fade component
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffchew committed Jan 20, 2021
1 parent a88ce4d commit a12b888
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ export default {
parameters: {
...readme.parameters,
'carbon-theme': { disabled: true },
percy: {
skip: true,
},
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ export default {
parameters: {
...readme.parameters,
useRawContainer: true,
percy: {
skip: true,
},
props: (() => {
// Lets `<dds-masthead-container>` load the nav links and lets `<dds-footer-container>` load the footer links
const useMock = inPercy() || new URLSearchParams(window.location.search).has('mock');
Expand Down

0 comments on commit a12b888

Please sign in to comment.