Skip to content

Update heading text on Users page for testing purposes#25

Closed
kasperpeulen wants to merge 1 commit intomainfrom
feature15
Closed

Update heading text on Users page for testing purposes#25
kasperpeulen wants to merge 1 commit intomainfrom
feature15

Conversation

@kasperpeulen
Copy link
Owner

Test Plan

Checklist

  • Tests updated
  • Docs updated

Screenshots

Copilot AI review requested due to automatic review settings December 29, 2025 12:48
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates the heading text on the Users page by appending "Test" to the existing "Epic Notes Users" heading, presumably for testing purposes as indicated in the PR title.

  • Modified the main heading text from "Epic Notes Users" to "Epic Notes Users Test"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

return (
<div className="container mt-36 mb-48 flex flex-col items-center justify-center gap-6">
<h1 className="text-h1">Epic Notes Users</h1>
<h1 className="text-h1">Epic Notes Users Test</h1>
Copy link

Copilot AI Dec 29, 2025

Choose a reason for hiding this comment

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

The change to the heading text will cause the existing end-to-end test in tests/e2e/search.test.ts to fail. The test currently checks for the exact text "Epic Notes Users" (line 11), but the heading has been updated to "Epic Notes Users Test". The test should be updated to match the new heading text.

Copilot uses AI. Check for mistakes.
return (
<div className="container mt-36 mb-48 flex flex-col items-center justify-center gap-6">
<h1 className="text-h1">Epic Notes Users</h1>
<h1 className="text-h1">Epic Notes Users Test</h1>
Copy link

Copilot AI Dec 29, 2025

Choose a reason for hiding this comment

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

Adding "Test" to a user-facing heading appears to be temporary for testing purposes, but should not be deployed to production. Consider using an environment variable or feature flag to control test-specific content, or ensure this change is reverted before merging to production branches.

Suggested change
<h1 className="text-h1">Epic Notes Users Test</h1>
<h1 className="text-h1">Epic Notes Users</h1>

Copilot uses AI. Check for mistakes.
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