Skip to content
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

feat: Adding data-test tags to sidebar item, group and side-by-side #592

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

bnhkubpublic
Copy link
Contributor

This will allow us to test the sidebar items easier in kub-apps-core for the new role secure project. If this isn't the right way to do it please let me know.

@bnhkubpublic bnhkubpublic requested a review from TSenter December 23, 2024 16:01
Copy link
Collaborator

@TSenter TSenter left a comment

Choose a reason for hiding this comment

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

The standard for adding selectors to aid in testing is using the ember-test-selectors addon. You don't need to add a dependency; the consuming apps are responsible for that. Instead, prefix all selectors used explicitly for testing with data-test-.

@TSenter TSenter merged commit ea91f95 into main Jan 8, 2025
15 of 25 checks passed
@TSenter TSenter deleted the brian-sidebar-route branch January 8, 2025 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants