Skip to content

chore: Add value in RadioGroup and Tiles analytics metadata #3668

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

Merged
merged 1 commit into from
Jul 21, 2025

Conversation

fralongo
Copy link
Member

Description

Needed for page scanner

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.

@fralongo fralongo requested a review from a team as a code owner July 18, 2025 14:48
@fralongo fralongo requested review from georgylobko and removed request for a team July 18, 2025 14:48
position: string,
value: string,
disabled: boolean = false,
currentValue: string | null
Copy link
Member

Choose a reason for hiding this comment

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

what is the difference between value and currentValue? why do we need both?

Copy link
Member Author

Choose a reason for hiding this comment

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

value is the value of the specific radio button that is being inspected. currentValue is the value currently selected for the radio group.

Copy link

codecov bot commented Jul 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.62%. Comparing base (eb2c5e4) to head (f038c1d).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #3668    +/-   ##
========================================
  Coverage   96.62%   96.62%            
========================================
  Files         817      817            
  Lines       23782    23782            
  Branches     8335     7912   -423     
========================================
  Hits        22979    22979            
  Misses        796      796            
  Partials        7        7            

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

🚀 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.

@fralongo fralongo requested a review from georgylobko July 18, 2025 15:24
@fralongo fralongo added this pull request to the merge queue Jul 18, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to no response for status checks Jul 18, 2025
@fralongo fralongo added this pull request to the merge queue Jul 21, 2025
Merged via the queue into main with commit b29a2bc Jul 21, 2025
38 checks passed
@fralongo fralongo deleted the flongo-radio-group-values branch July 21, 2025 08:48
Al-Dani pushed a commit that referenced this pull request Jul 21, 2025
Co-authored-by: Francesco Longo <flongo@amazon.de>
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