diff --git a/app/institutions/dashboard/-components/total-count-kpi-wrapper/component-test.ts b/app/institutions/dashboard/-components/total-count-kpi-wrapper/component-test.ts index bf62bc24e9..4fa5cfce11 100644 --- a/app/institutions/dashboard/-components/total-count-kpi-wrapper/component-test.ts +++ b/app/institutions/dashboard/-components/total-count-kpi-wrapper/component-test.ts @@ -17,6 +17,7 @@ module('Integration | institutions | dashboard | -components | total-count-kpi-w userCount: 10, privateProjectCount: 10, publicProjectCount: 10, + publicRegistrationCount: 100, }, }); @@ -56,7 +57,7 @@ module('Integration | institutions | dashboard | -components | total-count-kpi-w .exists('The Registration Widget exists'); assert.dom('[data-test-total-count-kpi="2"]') - .hasText('1000 OSF Registrations'); + .hasText('100 OSF Registrations'); assert.dom('[data-test-total-count-kpi="2"] [data-test-kpi-icon]') .hasAttribute('data-icon', 'flag'); diff --git a/app/institutions/dashboard/-components/total-count-kpi-wrapper/component.ts b/app/institutions/dashboard/-components/total-count-kpi-wrapper/component.ts index a6e3aabe0c..99b15b5c54 100644 --- a/app/institutions/dashboard/-components/total-count-kpi-wrapper/component.ts +++ b/app/institutions/dashboard/-components/total-count-kpi-wrapper/component.ts @@ -59,8 +59,7 @@ export default class TotalCountKpiWrapperComponent extends Component