-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Regression: Emoji picker styling #28046
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #28046 +/- ##
===========================================
- Coverage 43.71% 43.69% -0.02%
===========================================
Files 790 790
Lines 15258 15261 +3
Branches 2084 2085 +1
===========================================
- Hits 6670 6669 -1
- Misses 8310 8311 +1
- Partials 278 281 +3
Flags with carried forward coverage won't be shown. Click here to find out more. |
what if we have an e2e test to prevent a future regression breaking the emoji picker? |
We already have an e2e test for testing emoji picker, it is in |
Why didn't it fail with the regressions then? 👀 |
right, so it needs to be improved to be able to catch other regressions like this |
Because end-to-end tests use selectors to check if element is present in DOM as expected. In this case, all the emojis are present on DOM, just due to some missing css, they are not visible to the user, that is why we were not able to catch this regression using these tests. I'll try to improve this for such cases. |
Proposed changes (including videos or screenshots)
Before
After
Issue(s)
Steps to test or reproduce
Further comments