-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add 508 coding to queue table #14513
Conversation
…fairs/caseflow into shalliburton/12094-queue-table-headers
…fairs/caseflow into shalliburton/12094-queue-table-headers
…fairs/caseflow into shalliburton/12094-queue-table-headers
Generated by 🚫 Danger |
Code Climate has analyzed commit c366304 and detected 0 issues on this pull request. View more on Code Climate. |
…fairs/caseflow into shalliburton/12094-queue-table-headers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@@ -15,6 +15,7 @@ import ApiUtil from '../util/ApiUtil'; | |||
import LoadingScreen from '../components/LoadingScreen'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly just exports components/functions to be tested by jest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approve!
Resolves #12094
Description
Previously the
QueueTable
component was not coded to assistive technology as it was missing many of the labels required by these applications to work. This PR updates the table to include the correct coding as well as adds storybook stories and jest tests for the componentAcceptance Criteria
Storybook Story
For Frontend (Presentationa) Components
MyComponent.stories.js
alongsideMyComponent.jsx
)