-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f3730b
commit 5f5ef18
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[General testing best practice comment, not a change request at all] On a less static view with more actual logic going on, I might suggest just ditching this assertion altogether. Generally with straight pass-through stuff like this that isn't crucial to how the page actually works, I'd say it's not worth representing in a test. That being said the page is so simple that this doc link arguably is crucial to the page right now, so I'm definitely fine keeping it in - just wanted to mention it since it crossed my mind and I love talking about tests too much haha.