Skip to content

Commit

Permalink
test: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
julianajlk committed Aug 8, 2024
1 parent 0258032 commit 31e6656
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
Expand All @@ -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',
);
});
Expand Down

0 comments on commit 31e6656

Please sign in to comment.