-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
test: Add tests for MultiTypeaheadSelect #21417
test: Add tests for MultiTypeaheadSelect #21417
Conversation
b1be1df
to
30583d3
Compare
30583d3
to
d4982b8
Compare
@mvollmer This failure is relevant, the other two reds are flakes. |
This will conflict with #21356 as that also updates pixels. But that one is ready and more intrusive, so let's land that first. |
Grr. MultiTypeaheadSelect seems to have some bugs re I am running out of effs to give, would have been easier to write this all from scratch than to start with the templates. Let's just fix the test to avoid the problem. :-/ |
24f6bff
to
914a128
Compare
Thanks! This looks nice, but is conflicty and no-test. |
914a128
to
6f19af4
Compare
6f19af4
to
d0e0bf9
Compare
if (!isOpen) { | ||
openMenu(); |
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.
These 2 added lines are not executed by any test.
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.
Cheers!
No description provided.