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

Add AT version column to Test Queue #1098

Merged
merged 5 commits into from
May 20, 2024
Merged

Conversation

alflennik
Copy link
Contributor

No description provided.

@alflennik alflennik requested a review from howard-e May 16, 2024 18:21
Copy link
Contributor

@howard-e howard-e left a 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?

@@ -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>.",
Copy link
Contributor

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' }}>
Copy link
Contributor

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>
Copy link
Contributor

@howard-e howard-e May 16, 2024

Choose a reason for hiding this comment

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

Suggested change
<th className="test-plan">AT Version</th>
<th className="test-plan">AT Version Requirements</th>

That language may be preferred.

@howard-e howard-e merged commit 28a014e into trends May 20, 2024
2 checks passed
@howard-e howard-e deleted the test-queue-at-version-row branch May 20, 2024 18:26
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.

None yet

2 participants