diff --git a/polaris-react/src/components/ResourceList/tests/ResourceList.test.tsx b/polaris-react/src/components/ResourceList/tests/ResourceList.test.tsx index cac838f5dee..af5bc874971 100644 --- a/polaris-react/src/components/ResourceList/tests/ResourceList.test.tsx +++ b/polaris-react/src/components/ResourceList/tests/ResourceList.test.tsx @@ -939,7 +939,7 @@ describe('', () => { }); describe('BulkActions', () => { - it('renders on initial load when items are selected', () => { + it('renders on initial load when items are selected and bulkActions are present', () => { const resourceList = mountWithApp( ', () => { expect(resourceList).toContainReactComponentTimes(BulkActions, 1); }); + it('renders on initial load when items are selected and promotedBulkActions are present', () => { + const resourceList = mountWithApp( + , + ); + expect(resourceList).toContainReactComponentTimes(BulkActions, 1); + }); + it('enables select mode when items are programmatically selected', () => { const resourceList = mountWithApp(