-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Tests: Make tests not trigger Migrate 4.0.0-beta.1 warnings #2364
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
Conversation
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.
+1 by reading, but a small typo needs to be fixed
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.
LGTM, pending @fnagel's comment
Changes: * Checkboxradio: Change `.attr( "checked", true )` to `.attr( "checked", "checked" ) * Selectmenu: Disable the `boolean-attributes` patch for one assertion where it's impossible to avoid
@fnagel PTAL |
@fnagel BTW, if you generally approve a PR but just want a simple typo to be fixed in an obvious way then I'd prefer if you approve with a comment. I am not merging PRs blindly, I read comments first, so I'd fix the text, but then I'd be able to merge immediately, without waiting for another review. |
I'll dismiss your review, @fnagel, since from your comment it seemed you only had this single remark which I fixed, Timmy approved the PR and almost a week have passed.
Sure, I will do next time. |
Changes:
.attr( "checked", true )
to `.attr( "checked", "checked" )boolean-attributes
patch for one assertion where it's impossible to avoid