Skip to content

Commit ce4fb52

Browse files
committed
[Layout foundations] Update Toast tests
1 parent b0f30f7 commit ce4fb52

File tree

1 file changed

+1
-1
lines changed
  • polaris-react/src/components/Frame/components/Toast/tests

1 file changed

+1
-1
lines changed

polaris-react/src/components/Frame/components/Toast/tests/Toast.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('<Toast />', () => {
3333
const message = mountWithApp(<Toast {...mockProps} error />);
3434

3535
expect(message).toContainReactComponent('div', {
36-
className: 'Toast error',
36+
className: 'Box Toast error',
3737
});
3838
});
3939

0 commit comments

Comments
 (0)