-
Notifications
You must be signed in to change notification settings - Fork 15
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 AT version column to Test Queue #1098
Conversation
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.
@alflennik thanks for getting this done so quickly! The column looks good and left a few inline comments.
The main blocker here is that when assigning and unassigning myself or others to any report, it crashes the page. Could you take a look at why?
server/resources/ats.json
Outdated
@@ -6,9 +6,8 @@ | |||
"defaultConfigurationInstructionsHTML": "Configure JAWS with default settings. For help, read <a href="https://github.com/w3c/aria-at/wiki/Configuring-Screen-Readers-for-Testing">Configuring Screen Readers for Testing</a>.", |
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.
Looks like you're accidentally removing newly added tokens coming from w3c/aria-at. You may want to remove these changes.
@@ -530,6 +530,11 @@ const TestQueueRow = ({ | |||
<LoadingStatus message={loadingMessage}> | |||
<tr className="test-queue-run-row"> | |||
<th>{renderAssignedUserToTestPlan()}</th> | |||
<td style={{ padding: '0.75rem' }}> |
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.
We don't do these inline styles but considering this is only temporary patch, it's fine!
@@ -102,6 +102,7 @@ const TestQueue = () => { | |||
<thead> | |||
<tr> | |||
<th className="test-plan">Test Plan</th> | |||
<th className="test-plan">AT Version</th> |
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.
<th className="test-plan">AT Version</th> | |
<th className="test-plan">AT Version Requirements</th> |
That language may be preferred.
This includes work to support #791 and #792. Includes the following changes: * #1055 * #1001 * #1065 * #1052 * #1087 * #1098 * #1092 * #1131 * #1124 --------- Co-authored-by: Howard Edwards <[email protected]> Co-authored-by: Paul Clue <[email protected]> Co-authored-by: alflennik <[email protected]>
No description provided.