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

🧹 In cypress, use getBySel("") instead of get('[data-cy=""]') #5575

Merged
merged 8 commits into from
Jun 3, 2024

Conversation

Annelein
Copy link
Collaborator

This is a lot cleaner to read:
cy.getBySel('view_class_link')

instead of:
cy.get('[data-cy="view_class_link"]')

Copy link
Collaborator

@hasan-sh hasan-sh left a comment

Choose a reason for hiding this comment

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

@Annelein
Copy link
Collaborator Author

@hasan-sh Thanks for the contribution, looks good! Can you fix the tests? Then it's ready I think

@Annelein Annelein requested a review from hasan-sh May 30, 2024 15:17
Copy link
Contributor

mergify bot commented Jun 3, 2024

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 4163290 into main Jun 3, 2024
12 checks passed
@mergify mergify bot deleted the cypress-data-cy branch June 3, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants