-
Notifications
You must be signed in to change notification settings - Fork 19
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: adding typing delay to associated users table #443
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #443 +/- ##
==========================================
+ Coverage 84.33% 84.90% +0.57%
==========================================
Files 185 185
Lines 3855 3856 +1
Branches 954 945 -9
==========================================
+ Hits 3251 3274 +23
+ Misses 581 564 -17
+ Partials 23 18 -5 ☔ View full report in Codecov by Sentry. |
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.
Can we add a unit test to EnterpriseCustomerUsersTable.test.jsx
?
if (enterpriseUuid) { | ||
fetch(); | ||
if (args.filters.length && args.filters[0].value.length > 2) { |
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.
[question] Do we know that the typing filter will always be first in the list of filters?
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.
Yes, its the only filter we have for this table
src/Configuration/Customers/data/hooks/useCustomerUsersTableData.js
Outdated
Show resolved
Hide resolved
f4300ce
to
f06d55b
Compare
Jira Ticket
Screen.Recording.2025-01-21.at.4.13.13.PM.mov