Skip to content
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

Merged
merged 3 commits into from
Jan 24, 2025
Merged

Conversation

kiram15
Copy link
Contributor

@kiram15 kiram15 commented Jan 21, 2025

Jira Ticket

Screen.Recording.2025-01-21.at.4.13.13.PM.mov

Copy link

codecov bot commented Jan 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.90%. Comparing base (41c83a9) to head (f06d55b).
Report is 6 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

Copy link

@marlonkeating marlonkeating left a 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) {

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?

Copy link
Contributor Author

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

@kiram15 kiram15 merged commit 62f3e60 into master Jan 24, 2025
6 checks passed
@kiram15 kiram15 deleted the kiram15/ENT-9554 branch January 24, 2025 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants