Skip to content

Add unit tests for LinkedIn button on the footer section#173

Open
vincent6767 wants to merge 1 commit into
stagingfrom
140-change-linkedin-link-in-footer-to-the-same-destination-as-on-awsdayca
Open

Add unit tests for LinkedIn button on the footer section#173
vincent6767 wants to merge 1 commit into
stagingfrom
140-change-linkedin-link-in-footer-to-the-same-destination-as-on-awsdayca

Conversation

@vincent6767

Copy link
Copy Markdown
Contributor

Closes #140

@vincent6767 vincent6767 requested a review from ahmad1368 July 7, 2026 05:20
@vincent6767 vincent6767 self-assigned this Jul 7, 2026
@vincent6767 vincent6767 added the enhancement New feature or request label Jul 7, 2026
@vercel

vercel Bot commented Jul 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cloudsummit-github-io Ready Ready Preview, Comment Jul 7, 2026 5:20am

@vincent6767

Copy link
Copy Markdown
Contributor Author

@ahmad1368 Please review my PR once you have a chance.

describe("Footer Component - LinkedIn social link", () => {
test("footer content data should contain a LinkedIn entry with the correct URL", () => {
const { social } = getFooterContent("vancouver");
const linkedIn = social?.find((item) => item.name === "LinkedIn");

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case someone is wondering, the social array in getFooterContent() (content.ts:473-482) is hardcoded and doesn't depend on the city parameter at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant