PCF-391 The keyboard handling for the revision dropdown should be done differently#926
PCF-391 The keyboard handling for the revision dropdown should be done differently#926esanuandra wants to merge 4 commits into
Conversation
✅ Deploy Preview for mozilla-perfcompare ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
90de22d to
d5beba4
Compare
d5beba4 to
d19522f
Compare
fdde6ef to
54ddcf0
Compare
b6922d9 to
031a978
Compare
13e39ea to
7c2d3b9
Compare
|
I need some help with the Snackbar tests, fetchRevisionByID and fetchRevisionsBySearch. |
7c2d3b9 to
208f150
Compare
kala-moz
left a comment
There was a problem hiding this comment.
Added my comments and suggestions to the PR.
208f150 to
0458490
Compare
7785cde to
c80baad
Compare
c80baad to
c2bde8b
Compare
kala-moz
left a comment
There was a problem hiding this comment.
@esanuandra I left some suggestions on your tests to help you get them green.
|
@esanuandra Looks like those three tests passed! Just need to update the snapshots. |
249241b to
fc7ef71
Compare
fcff5f2 to
406cedf
Compare
dd8fff3 to
dd9662d
Compare
|
@esanuandra rebase again and I'll look through the results of that. |
dd9662d to
cd2a99a
Compare
|
@esanuandra Have you already tried |
|
Or let me know what you've already done to try and fix the snapshots and we can work from there. |
fix tests fix multiple select revision checkbox Fix Snackbar, fetchRevisionBySearch and fetchRevisionbyID test Update SearchInputAndResult to theme.palette Rename AutocompleteInput and AutocompleteOption Remove SearchResultsList and SearchResultsListItem Fix input field for new remains populated after a revision is selected
448b8df to
ab80166
Compare
|
hi @kala-moz I fixed the snapshots🥳 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #926 +/- ##
==========================================
- Coverage 96.39% 96.19% -0.21%
==========================================
Files 113 113
Lines 3330 3311 -19
Branches 761 760 -1
==========================================
- Hits 3210 3185 -25
- Misses 119 125 +6
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Jira ticket - The keyboard handling for the revision dropdown should be done differently
This PR should make the navigation using the keyboard possible for searching revisions in Search component. Part of the implementation was made with the help of Cursor.