We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2554e3 commit 80b4114Copy full SHA for 80b4114
frontend/src/__tests__/components/molecules/Header.test.tsx
@@ -202,10 +202,7 @@ describe('NhsNotifyHeader', () => {
202
const plansLink = within(nav).getByRole('link', {
203
name: 'Message plans',
204
});
205
- expect(plansLink).toHaveAttribute(
206
- 'href',
207
- '/templates-and-message-plans/message-plans'
208
- );
+ expect(plansLink).toHaveAttribute('href', '/message-plans');
209
210
211
frontend/src/content/content.ts
@@ -44,7 +44,7 @@ const header = {
44
},
45
{
46
text: 'Message plans',
47
- href: '/templates-and-message-plans/message-plans',
+ href: '/message-plans',
48
feature: 'routing',
49
50
],
0 commit comments