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 fe612a1 commit 567b7b6Copy full SHA for 567b7b6
frontend/src/__tests__/components/molecules/Footer.test.tsx
@@ -75,9 +75,7 @@ describe('Footer component', () => {
75
.map((footerLink) => footerLink.dataset.testid);
76
77
expect(footerLinksOrdered).toEqual(
78
- expectedFooterLinks.map(
79
- (linkSpec) => (linkSpec[1]).testId
80
- )
+ expectedFooterLinks.map((linkSpec) => linkSpec[1].testId)
81
);
82
expect(
83
screen.getByTestId('nhs-england-copyright-text')
0 commit comments