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

Refactor Cypress Selectors to Use Stable Identifiers such as explicitly added IDs and classes to components in js code #1441

Open
Bahati308 opened this issue Jan 25, 2025 · 2 comments
Assignees

Comments

@Bahati308
Copy link
Contributor

Review all Cypress test scripts and refactor selectors to use stable identifiers such as #id or data-* attributes instead of nth-child selectors. This will ensure that tests are less prone to breaking due to minor changes in the page structure.

@vsvishalsharma
Copy link
Contributor

I guess we can use this issue to keep track of different components and progress made with them

@vsvishalsharma
Copy link
Contributor

NCE_E2E : #1446

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants