Skip to content

Commit

Permalink
Fixing e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sponglord committed Mar 8, 2024
1 parent 6abdc19 commit f1f2e2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions packages/e2e/tests/vouchers/boleto/boleto.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ const mockData = {
houseNumberOrName: '123',
city: 'Sao Paulo',
postalCode: '11111555',
stateOrProvince: 'SP',
firstName: 'N/A',
lastName: 'N/A'
stateOrProvince: 'SP'
},
shopperEmail: '[email protected]'
};
Expand Down
4 changes: 3 additions & 1 deletion packages/lib/src/components/internal/Address/Address.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,5 +202,7 @@ Address.defaultProps = {
onChange: () => {},
visibility: 'editable',
requiredFields: ADDRESS_SCHEMA,
specifications: {}
specifications: {},
onFieldFocusAnalytics: () => {},
onFieldBlurAnalytics: () => {}
};

0 comments on commit f1f2e2c

Please sign in to comment.