diff --git a/lms/static/js/learner_dashboard/spec/program_details_view_spec.js b/lms/static/js/learner_dashboard/spec/program_details_view_spec.js index 2387ade00b9e..27fec3bf51a0 100644 --- a/lms/static/js/learner_dashboard/spec/program_details_view_spec.js +++ b/lms/static/js/learner_dashboard/spec/program_details_view_spec.js @@ -742,7 +742,7 @@ describe('Program Details View', () => { it('should render appropriate subscription text when subscription is active with trial', () => { testSubscriptionState( 'active', - 'Manage my subscription', + 'Manage my subscriptionz', 'Trial ends', true, ); @@ -751,7 +751,7 @@ describe('Program Details View', () => { it('should render appropriate subscription text when subscription is active', () => { testSubscriptionState( 'active', - 'Manage my subscription', + 'Manage my subscriptionz', 'Your next billing date is', ); });