-
Notifications
You must be signed in to change notification settings - Fork 77
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
chore(linting): set up no-restricted-syntax rule to ensure all E2E test pages are created initially #6908
Conversation
…st pages are created initially
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.
👍
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
Set to draft to update to latest changes and to look into some unstable tests that started showing up in this PR. 🙃 |
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions. |
Closing. Will revisit after #10310 if needed. |
Related Issue: #4844
Summary
This PR uses
no-restricted-syntax
rule to enforce a single way of initializing tests for both consistency and test stability.Additionally, this also updates tests to be consistent and also uses the
html
tagged template for consistent formatting.