Skip to content

Fixed Play option in table view main context menu#8304

Open
charlesh88 wants to merge 1 commit intomasterfrom
fix-context-play-8303
Open

Fixed Play option in table view main context menu#8304
charlesh88 wants to merge 1 commit intomasterfrom
fix-context-play-8303

Conversation

@charlesh88
Copy link
Copy Markdown
Contributor

Closes #8303

  • Removed c-button CSS class from ViewActions.js.
image

Closes

Describe your changes:

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Is this a notable change that will require a special callout in the release notes? For example, will this break compatibility with existing APIs or projects that consume these plugins?

Author Checklist

  • Changes address original issue?
  • Tests included and/or updated with changes?
  • Has this been smoke tested?
  • Have you associated this PR with a type: label? Note: this is not necessarily the same as the original issue.
  • Have you associated a milestone with this PR? Note: leave blank if unsure.
  • Testing instructions included in associated issue OR is this a dependency/testcase change?

Reviewer Checklist

  • Changes appear to address issue?
  • Reviewer has tested changes by following the provided instructions?
  • Changes appear not to be breaking changes?
  • Appropriate automated tests included?
  • Code style and in-line documentation are appropriate?

- Removed `c-button` CSS class from ViewActions.js.
@charlesh88 charlesh88 added the bug:regression It used to work. Now it doesn't :( label Apr 20, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.21%. Comparing base (e5120e9) to head (f10bce5).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8304   +/-   ##
=======================================
  Coverage   57.21%   57.21%           
=======================================
  Files         728      728           
  Lines       29676    29676           
  Branches     2804     2804           
=======================================
+ Hits        16978    16979    +1     
+ Misses      12358    12357    -1     
  Partials      340      340           
Flag Coverage Δ
e2e-ci 64.43% <ø> (ø)
e2e-full 39.48% <ø> (+<0.01%) ⬆️
unit 46.41% <ø> (+<0.01%) ⬆️
Files with missing lines Coverage Δ
src/plugins/telemetryTable/ViewActions.js 71.42% <ø> (ø)

... and 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e5120e9...f10bce5. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug:regression It used to work. Now it doesn't :(

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Play option in context menu erroneously using c-button CSS

1 participant