-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✅add navigation test #711
✅add navigation test #711
Conversation
|
a16e937
to
aa85cc7
Compare
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✨
User description
First, I added only the show mode test. Other patterns will be added later!
PR Type
Tests, Enhancement
Description
Added E2E tests for navigation and URL parameter handling.
showMode
changes and browser history navigation.Improved accessibility by adding
aria-labels
to key components.TableNameMenuButton
,VisibilityButton
, andSidebarTrigger
.Changes walkthrough 📝
navigation.test.ts
Add E2E tests for navigation and URL handling
frontend/packages/e2e/tests/e2e/navigation.test.ts
showMode
changes and browser history navigation.TableNameMenuButton.tsx
Add aria-label to TableNameMenuButton
frontend/packages/erd-core/src/components/ERDRenderer/LeftPane/TableNameMenuButton/TableNameMenuButton.tsx
aria-label
to improve accessibility for menu buttons.VisibilityButton.tsx
Add aria-label to VisibilityButton
frontend/packages/erd-core/src/components/ERDRenderer/LeftPane/TableNameMenuButton/VisibilityButton.tsx
aria-label
to toggle visibility buttons.Sidebar.tsx
Add aria-label to Sidebar toggle button
frontend/packages/ui/src/components/Sidebar/Sidebar.tsx
aria-label
to sidebar toggle button.