-
Notifications
You must be signed in to change notification settings - Fork 31
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
Fix prevent false positive is valid #131
base: main
Are you sure you want to change the base?
Fix prevent false positive is valid #131
Conversation
@@ -1,4 +1,6 @@ | |||
import { expect, fixture, html } from '@open-wc/testing'; | |||
import '@material/web/radio/radio.js' |
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.
drive-by comment, I wouldn't recommend importing a final implementation of a component, there's a lot going on in MWC's radio that would make this difficult to reliably test.
Instead, I'd try to see what <md-radio>
is doing that isn't working and create a minimal reproduction class like TestInput
.
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.
tahnks @asyncLiz you are rigth - however, my own bandwidth is too limited at the moment to dive deeper into radio internals (and no webkit available to play around with devtools).
e3b61ce
to
a2e203a
Compare
This is to allow run playwright webkit on linux Mint
This is to test scenario like material-components/material-web#5626 (comment)
a2e203a
to
18145e1
Compare
any updates? |
Fix material-components/material-web#5626 (comment)