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

Checkbox Testing #1244

Closed
14 tasks done
Tracked by #1241 ...
sydneywalcoff opened this issue Mar 11, 2024 · 0 comments · Fixed by #1579 or #1589
Closed
14 tasks done
Tracked by #1241 ...

Checkbox Testing #1244

sydneywalcoff opened this issue Mar 11, 2024 · 0 comments · Fixed by #1579 or #1589
Assignees
Labels
DevOps type of development task related to Process, Github Actions, and Deployment feature: technical standards accessibility, usability, unit testing, etc. front-end type of development task relating to the website issue level I: request Smallest type of issue; Typically can be completed by one person priority: low role: development anything related to code size: 3pt Can be done in 13-18 hours

Comments

@sydneywalcoff
Copy link
Member

sydneywalcoff commented Mar 11, 2024

Dependency

Overview

Testing is an important part of the development process that has been ignored in the Expunge Assist process thus far. To create a better-protected codebase, we want to retroactively implement tests.

Action Items

  • Checkbox sets up correctly
    • Checkbox renders
    • renders correct initial state
  • Checkbox functions correctly
    • clicking checkbox changes state
    • clicking checkbox does NOT change state of other checkboxes (multi-select is possible)
  • Checkbox passes props correctly
    • id passes correctly
    • label passes correctly
  • Checkbox is accessible
    • using spacebar changes state
    • checkbox is focus-able
    • does not trap focus (pressing tab with more than one focus-able element present will move focus to next available element)

Resources/Notes

Jest
React Testing Library

@sydneywalcoff sydneywalcoff added role: development anything related to code feature: technical standards accessibility, usability, unit testing, etc. labels Mar 15, 2024
@sydneywalcoff sydneywalcoff added this to the Launch Prep 2.0 milestone Mar 15, 2024
@sydneywalcoff sydneywalcoff added priority: low size: 3pt Can be done in 13-18 hours front-end type of development task relating to the website DevOps type of development task related to Process, Github Actions, and Deployment draft Not yet ready to be worked on issue level I: request Smallest type of issue; Typically can be completed by one person dependency The issue or reason why this issue is in the icebox and removed draft Not yet ready to be worked on labels Mar 20, 2024
@sydneywalcoff sydneywalcoff mentioned this issue Mar 21, 2024
14 tasks
@sydneywalcoff sydneywalcoff removed the dependency The issue or reason why this issue is in the icebox label Mar 27, 2024
@davidwiese davidwiese self-assigned this Jun 5, 2024
@ExperimentsInHonesty ExperimentsInHonesty moved this to In Progress (active) in P: EA: Project Board Jun 14, 2024
@davidwiese davidwiese moved this from In Progress (active) to Prioritized Backlog in P: EA: Project Board Aug 14, 2024
@davidwiese davidwiese removed their assignment Aug 14, 2024
@eburdekin eburdekin self-assigned this Sep 24, 2024
@eburdekin eburdekin moved this from Prioritized Backlog to In Progress (active) in P: EA: Project Board Sep 24, 2024
@hackforla hackforla deleted a comment from github-actions bot Sep 24, 2024
@hackforla hackforla deleted a comment from github-actions bot Sep 24, 2024
@hackforla hackforla deleted a comment from github-actions bot Sep 24, 2024
@hackforla hackforla deleted a comment from github-actions bot Sep 24, 2024
@hackforla hackforla deleted a comment from github-actions bot Sep 24, 2024
@hackforla hackforla deleted a comment from github-actions bot Sep 24, 2024
@hackforla hackforla deleted a comment from github-actions bot Sep 24, 2024
@hackforla hackforla deleted a comment from github-actions bot Sep 24, 2024
@hackforla hackforla deleted a comment from github-actions bot Sep 24, 2024
@eburdekin eburdekin moved this from In Progress (active) to Ready for Review in P: EA: Project Board Sep 27, 2024
@eburdekin eburdekin linked a pull request Sep 27, 2024 that will close this issue
@sydneywalcoff sydneywalcoff mentioned this issue Sep 30, 2024
@github-project-automation github-project-automation bot moved this from Ready for Review to Done in P: EA: Project Board Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps type of development task related to Process, Github Actions, and Deployment feature: technical standards accessibility, usability, unit testing, etc. front-end type of development task relating to the website issue level I: request Smallest type of issue; Typically can be completed by one person priority: low role: development anything related to code size: 3pt Can be done in 13-18 hours
Projects
Development

Successfully merging a pull request may close this issue.

3 participants