Skip to content

Commit 7a50af6

Browse files
committed
fix test
1 parent 15ffbaa commit 7a50af6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

polaris-react/src/components/BulkActions/tests/BulkActions.test.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ interface Props {
1515
bulkActions: BulkActionButtonProps['content'][];
1616
promotedActions: NonNullable<BulkActionsProps['promotedActions']>;
1717
disabled: boolean;
18+
width: number;
19+
isSticky: boolean;
1820
}
1921

2022
const bulkActionProps: Props = {
@@ -28,6 +30,8 @@ const bulkActionProps: Props = {
2830
},
2931
],
3032
disabled: false,
33+
width: 500,
34+
isSticky: false,
3135
};
3236

3337
describe('<BulkActions />', () => {

0 commit comments

Comments
 (0)