Skip to content

Commit 80b4114

Browse files
committed
CCM-11148 Update href for message plans link
1 parent b2554e3 commit 80b4114

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

frontend/src/__tests__/components/molecules/Header.test.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,7 @@ describe('NhsNotifyHeader', () => {
202202
const plansLink = within(nav).getByRole('link', {
203203
name: 'Message plans',
204204
});
205-
expect(plansLink).toHaveAttribute(
206-
'href',
207-
'/templates-and-message-plans/message-plans'
208-
);
205+
expect(plansLink).toHaveAttribute('href', '/message-plans');
209206
});
210207
});
211208

frontend/src/content/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const header = {
4444
},
4545
{
4646
text: 'Message plans',
47-
href: '/templates-and-message-plans/message-plans',
47+
href: '/message-plans',
4848
feature: 'routing',
4949
},
5050
],

0 commit comments

Comments
 (0)