Skip to content

Commit 6c14551

Browse files
Disable chromatic snapshot for AddressInput
1 parent eb6dea1 commit 6c14551

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ yarn-error.log
1818

1919
dist
2020
/storybook-static
21-
build-storybook.log
21+
build-storybook.log

packages/components/src/components/AddressInput/AddressInput.stories.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ import { Text } from '@chakra-ui/layout';
77
export default {
88
title: 'Components/AddressInput',
99
component: AddressInput,
10+
parameters: {
11+
// TODO: Fix window.ethereum is undefined breaking chromatic
12+
chromatic: { disableSnapshot: true },
13+
},
1014
};
1115

1216
const WithUseWallet = () => {

0 commit comments

Comments
 (0)