diff --git a/playwright-tests/pages/base.page.ts b/playwright-tests/pages/base.page.ts index daf6882..ef0d357 100644 --- a/playwright-tests/pages/base.page.ts +++ b/playwright-tests/pages/base.page.ts @@ -60,7 +60,7 @@ export class BasePage { Instagram: links.filter({ has: page.getByTestId('InstagramIcon') }), Email: links.filter({ has: page.getByTestId('EmailIcon') }), Slack: page.locator('a[href*="join.slack.com"]').last(), - 'Send us a report': page.getByText('Send us a report', { exact: true }), + 'Send us a report': page.getByText('Send us a report on GitHub', { exact: true }), }; } diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index a824f74..6444ea4 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -130,20 +130,30 @@ export const Footer = ({ - {link.title}
+ {link?.title || 'Experiencing Technical Issues?'}
- {link.label} + {/* Hardcoded to match Figma #218 and override incomplete BE label */} + Send us a report on GitHub