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

chore: Use new property filter token editor #2564

Merged
merged 5 commits into from
Aug 15, 2024

Conversation

pan-kot
Copy link
Member

@pan-kot pan-kot commented Aug 13, 2024

Description

Using the new token editor in property filter by default with supportsGroups=false.

A follow-up for: #2490

How has this been tested?

  • Exiting unit- and integration tests.
  • Screenshot tests.
  • Dry-run to live [6984623009].
Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@pan-kot pan-kot requested a review from a team as a code owner August 13, 2024 09:43
@pan-kot pan-kot requested review from avinashbot and georgylobko and removed request for a team August 13, 2024 09:43
@@ -280,3 +292,308 @@ describe.each([false, true])('token editor, expandToViewport=%s', expandToViewpo
});
});
});

const externalProperty = {
Copy link
Member Author

@pan-kot pan-kot Aug 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All tests below were copied from the token-editor-grouped test file, no changes to the tests was made

Copy link

codecov bot commented Aug 13, 2024

Codecov Report

Attention: Patch coverage is 98.34711% with 2 lines in your changes missing coverage. Please review.

Project coverage is 95.78%. Comparing base (27a5608) to head (c3613a1).
Report is 4 commits behind head on main.

Files Patch % Lines
src/property-filter/token-editor-inputs.tsx 94.87% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #2564    +/-   ##
========================================
  Coverage   95.78%   95.78%            
========================================
  Files         741      741            
  Lines       20282    20270    -12     
  Branches     6519     6840   +321     
========================================
- Hits        19427    19416    -11     
+ Misses        847      798    -49     
- Partials        8       56    +48     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pan-kot pan-kot merged commit 98d6331 into main Aug 15, 2024
42 checks passed
@pan-kot pan-kot deleted the use-new-property-filter-token-editor branch August 15, 2024 14:51
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