Skip to content

test: add integration tests for MarketingPage community links - #431

Closed
samjay8 wants to merge 1 commit into
accesslayerorg:mainfrom
samjay8:feat/add-integration-test
Closed

test: add integration tests for MarketingPage community links#431
samjay8 wants to merge 1 commit into
accesslayerorg:mainfrom
samjay8:feat/add-integration-test

Conversation

@samjay8

@samjay8 samjay8 commented Jun 24, 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
@netlify

netlify Bot commented Jun 24, 2026

Copy link
Copy Markdown

Deploy Preview for accesslayer ready!

Name Link
🔨 Latest commit 60d194e
🔍 Latest deploy log https://app.netlify.com/projects/accesslayer/deploys/6a3c4e9594482100085c4537
😎 Deploy Preview https://deploy-preview-431--accesslayer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@drips-wave

drips-wave Bot commented Jun 24, 2026

Copy link
Copy Markdown

@samjay8 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@github-actions

Copy link
Copy Markdown

👋 Hey @samjay8, thanks for your contribution!

This PR is targeting main directly. We use main for stable releases only — all contributions should be opened against the dev branch instead.

Please close this PR and reopen it with dev as the base branch. If you're unsure how to do that, you can change the base branch using the Edit button at the top of this PR page.

Closing this PR automatically. See you in dev! 🚀

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.

Add integration test for marketing page community links having correct href values

1 participant