-
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
May 28, 2024 Release #1112
Merged
Merged
May 28, 2024 Release #1112
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…1067) * Fix tester menu sorting * Use localeCompare * Sort initial tester assign dropdown * Remove debugging code --------- Co-authored-by: Howard Edwards <[email protected]> Co-authored-by: alflennik <[email protected]>
docs: Add a step to make sure changelog is properly generated
* Per-Test status updates - basic queries and endpoints * updates for tests - new urls and checking testStatus * Add test for test-status-only update * more testing for per-test-status crud * add tests for old urls/format * Working queries and updates to get BotRunTestStatusList to work * more updates for test queue page view * update tests to pass * ensure recursive query fails * update to new urls * Remove back-compat URLs * testing tests on github * remaining tests * correct test mock
… to the main branch (#1050)
Feat: Add isBot flag to users to simplify matching - Ack #934
…ed (#1094) * Fix: status for RUNNING tests updates when job status becomes finalized * Update server/tests/integration/automation-scheduler.test.js Co-authored-by: Howard Edwards <[email protected]> --------- Co-authored-by: Howard Edwards <[email protected]>
Address #977 * Use aria-checked for `AssignTesterDropdown` * Update dropdown item role to `menuitemcheckbox` and remove `aria-hidden` from username
Addresses w3c/aria-practices#2971 with the following: * Renames the columns to "Must-Have Behaviors" and "Should-Have Behaviors" * Sorts the rows alphabetically by AT first, then Browser -- so JAWS + Chrome, JAWS + Firefox, ... NVDA + Chrome, ..., etc * Adds a column title for the first column of "Assistive Technology - Browser" * Removes the word "Supported" from each cell and places the percentage number to the right of the meter graphic so they are on the same line * Each AT-Browser row title is now a link that takes the user to the detailed report page for that combination
* PARTIAL Add VoiceOver Bot * getBotUserByAtId support * updates for frontend * add browser/at keys to server side tests * Add at/browser key to queries for Data Managment and Test Queue * Fix warnings in test suite * fix test for updated development branch * typo * remove logging stub --------- Co-authored-by: Mike Pennisi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issues addressed:
AssignTesterDropdown
incorrectly includingchecked
andnot checked
in the option name instead of using aria-checked #977