I Tweeted this out last week that we moved to Preact X and Testing Library.
// Detect dark theme
var iframe = document.getElementById('twee...
For further actions, you may consider blocking this person and/or reporting abuse
So far I'm a big fan of Testing Library!
The dashboard looks a bit unfinished lately XD
We’ve made some recent changes there. Product design is aware, but thanks for mentioning it.
Thanks.
I wasn't sure if this was unfinished or simply broken.
PR to fix this should be getting merged today. 🚢
Awesome! Great to see lots of great a11y boosts ✨🌠
Awesome work!
I wonder - why A11y test for the whole app but individually for components? (is it because of the running speed or other factors?), Thanks!
We are fixing/testing for a11y in the application as a whole as we come across things (we're mainly a Rails app), but since the Preact components are part of the application, typically for the logged on user experience, if they have issues we need to fix those as well.