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 #18007: Disabled Classifications or Tags shouldn't be visible in UI #18242

Merged
merged 6 commits into from
Oct 19, 2024

Conversation

harshach
Copy link
Collaborator

@harshach harshach commented Oct 13, 2024

Describe your changes:

Fixes #18007

  • Disabled Classifications or Tags, should not be visible in search list
  • Added Playwright test from the UI
Screen.Recording.2024-10-14.at.4.18.23.PM.mov

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING document.
  • My PR title is Fixes <issue-number>: <short explanation>
  • I have commented on my code, particularly in hard-to-understand areas.
  • For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

Copy link
Contributor

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 64%
64.14% (37810/58950) 40.86% (15078/36900) 42.97% (4554/10599)

Copy link

sonarcloud bot commented Oct 14, 2024

Copy link

sonarcloud bot commented Oct 14, 2024

@harshach harshach merged commit 9bffbfc into main Oct 19, 2024
25 of 27 checks passed
@harshach harshach deleted the issue-18007 branch October 19, 2024 21:18
harshach added a commit that referenced this pull request Oct 19, 2024
…UI (#18242)

* Fix #18007: Disabled Classifications or Tags shouldn't be visible in UI

* added playwright test for disabled tags should not be visible while search

* replace testing tag to new generated one to avoid flakyness

* added test for checking tags are re-enabling it from disabled state

* fix the playwright test for the wrong column selector

---------

Co-authored-by: Ashish Gupta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend safe to test Add this label to run secure Github workflows on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disabled Classifications or Tags shouldn't be visible in UI
3 participants