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

test: add tests and fix accessibility issues for the select #462

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

fbasso
Copy link
Contributor

@fbasso fbasso commented Feb 5, 2024

fix #459
fix #263

@fbasso fbasso marked this pull request as draft February 5, 2024 15:52
@fbasso fbasso force-pushed the select-accessibility branch 2 times, most recently from 1d55038 to 6af8f4e Compare February 6, 2024 15:44
@fbasso fbasso marked this pull request as ready for review February 6, 2024 15:58
Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b8b87d1) 91.64% compared to head (0991f2a) 89.90%.
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #462      +/-   ##
==========================================
- Coverage   91.64%   89.90%   -1.74%     
==========================================
  Files         101      108       +7     
  Lines        2249     3954    +1705     
  Branches      406      797     +391     
==========================================
+ Hits         2061     3555    +1494     
- Misses        119      397     +278     
+ Partials       69        2      -67     
Flag Coverage Δ
e2e-1 54.55% <100.00%> (+4.22%) ⬆️
e2e-2 68.17% <100.00%> (+5.28%) ⬆️
e2e-3 67.41% <85.71%> (+4.95%) ⬆️
e2e-4 86.67% <100.00%> (+4.61%) ⬆️
e2e-6 86.90% <100.00%> (+5.29%) ⬆️
e2e-7 64.81% <100.00%> (+5.53%) ⬆️
e2e-8 88.38% <100.00%> (+6.28%) ⬆️
e2e-9 79.53% <100.00%> (+7.03%) ⬆️
unit 87.43% <100.00%> (-1.67%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@fbasso fbasso force-pushed the select-accessibility branch 2 times, most recently from 3e810f3 to ceacbdb Compare February 19, 2024 15:29
Copy link
Contributor

@quentinderoubaix quentinderoubaix left a comment

Choose a reason for hiding this comment

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

@fbasso left some minor comments, thx for the PR !

@fbasso
Copy link
Contributor Author

fbasso commented Feb 20, 2024

@quentinderoubaix, pushed again with changes.

Copy link
Contributor

@quentinderoubaix quentinderoubaix left a comment

Choose a reason for hiding this comment

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

thanks for the changes @fbasso !

e2e/utils.ts Outdated Show resolved Hide resolved
@fbasso fbasso merged commit 5c97fb3 into AmadeusITGroup:main Feb 21, 2024
12 of 13 checks passed
@fbasso
Copy link
Contributor Author

fbasso commented Feb 21, 2024

Thanks @quentinderoubaix

@fbasso fbasso deleted the select-accessibility branch February 21, 2024 09:24
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.

select: add accessibility tests Accessibility documentation for select component
3 participants