diff --git a/jest/jest-setup.js b/jest/jest-setup.js index bd41841f8c5..9beecea31c0 100644 --- a/jest/jest-setup.js +++ b/jest/jest-setup.js @@ -126,7 +126,6 @@ const ignoredErrors = [ /The prop `listDeveloperKeyScopesSet` is marked as required in `(Scopes|ScopesList)`/, /The prop `liveRegion` is marked as required in `(SecurityPanel|Whitelist)`/, /The prop `loading` is marked as required in `(HomeroomAnnouncementsLayout|LoadingWrapper)`/, - /The prop `loadingCards` is marked as required in `HomeroomPage`/, /The prop `ltiKeysSetLtiKey` is marked as required in `DeveloperKeyActionButtons`/, /The prop `name` is marked as required in `Avatar`/, /The prop `onChangeSubmission` is marked as required in `StudentContent`/, diff --git a/ui/features/k5_dashboard/react/__tests__/HomeroomPage.test.js b/ui/features/k5_dashboard/react/__tests__/HomeroomPage.test.js index 06ed64081c1..cfc1d584e6a 100644 --- a/ui/features/k5_dashboard/react/__tests__/HomeroomPage.test.js +++ b/ui/features/k5_dashboard/react/__tests__/HomeroomPage.test.js @@ -25,6 +25,7 @@ describe('HomeroomPage', () => { visible: true, createPermissions: 'admin', loadingAnnouncements: false, + loadingCards: false, ...overrides })