Skip to content

Add integration tests for MarketingPage community links#432

Merged
Chucks1093 merged 1 commit into
accesslayerorg:devfrom
samjay8:feat/add-integration-test
Jun 25, 2026
Merged

Add integration tests for MarketingPage community links#432
Chucks1093 merged 1 commit into
accesslayerorg:devfrom
samjay8:feat/add-integration-test

Conversation

@samjay8

@samjay8 samjay8 commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Closes #428

Summary

  • Renders MarketingPage in the test environment and asserts the GitHub link href is https://github.com/accesslayerorg
  • Asserts the Telegram link href is https://t.me/c/accesslayerorg/
  • Confirms both links carry target="_blank" and rel="noopener noreferrer" so a refactor cannot silently break these values

Test plan

  • GitHub link href is correct
  • Telegram link href is correct
  • Both links open in a new tab with the correct rel attribute

Verifies that the GitHub and Telegram community links render with
the correct href values, open in a new tab, and carry the expected
rel="noopener noreferrer" attribute so a future refactor cannot
silently break these URLs.

Closes accesslayerorg#428
@samjay8 samjay8 changed the title closes #428 Add integration tests for MarketingPage community links Add integration tests for MarketingPage community links Jun 25, 2026
@Chucks1093 Chucks1093 merged commit b6d0bc1 into accesslayerorg:dev Jun 25, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants