Skip to content

Update heading text on Users page for testing purposes#23

Closed
kasperpeulen wants to merge 3 commits intomainfrom
feature12
Closed

Update heading text on Users page for testing purposes#23
kasperpeulen wants to merge 3 commits intomainfrom
feature12

Conversation

@kasperpeulen
Copy link
Owner

Test Plan

Checklist

  • Tests updated
  • Docs updated

Screenshots

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 PR updates the heading text on the Users page from "Epic Notes Users" to "Epic Notes Users Test" for testing purposes. The change is minimal, affecting only the display text in the page heading.

  • Updates the h1 heading text to append "Test" to the existing "Epic Notes Users" title

💡 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.

This change will break the existing E2E test in tests/e2e/search.test.ts, which expects the heading text to be "Epic Notes Users". The test at line 11 uses page.getByText('Epic Notes Users') which will no longer match after this change.

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