I'm tired of bad test names
I'm tired of bad test names.
Examples:
🚩Renders
🚩Form validation
🚩Submit button
Good test names describe two things:
1. The scenario under test
2. The expected result
I prefer one of these formats:
✅ Should x when y
Or
✅ x when y
Example:
