You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Checkout - Confirmation / Create an Account
Sign In
Account - Order History
With JAWS operating, press Tab to move through the fields identified.
Actual Behavior
There are form fields with visible labels that are not programmatically associated with the input; these inputs have no accessible name.
Examples include:
Module 01a - Global Header:
Search (visible text beneath the search input "Search for a product" is not a element and is not programmatically associated with the input)
Module 06c - Checkout - Confirmation / Create an Account
(Note - the following form fields refer to "Quick Checkout When You Return")
Visible elements lack for attributes to associate them with their inputs, including:
First Name
Last Name
Email
Password
Module 07 - Sign In:
Visible elements lack for attributes to associate them with their inputs, including:
Email
Password
Expected Behavior
Ensure all controls provide a descriptive accessible name. Ensure visible elements are correctly associated with their inputs using the for attribute.
DangerCI Failures related to missing labels/description/linked issues/etc will persist until the next push or next pr-test build run (assuming they are fixed).
📖
Access a deployed version of this PR here. Make sure to wait for the "pwa-pull-request-deploy" job to complete.
Cypress tests in the following files did not pass 😔. All tests must pass before this PR can be merged
verify block content:
Error: Image was 1.4374855388718188% different from saved snapshot with 92661.46782410853 different pixels.
See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/block.spec.js/__diff_output__/Page-Builder-Block-Page.diff.png
Log
ERROR ON TASK: cypressTests
Error: Danger had errors running. See message(s) above for more details.
danger-results://tmp/danger-results.json
Cypress tests in the following files did not pass 😔. All tests must pass before this PR can be merged
user should be able to filter results in Category and Search pages:
CypressError: The application redirected to `https://pr-3786.pwa-venia.com/search.html?query=Tops&page=1&price%5Bfilter%5D=100-200%2C100_200&category_uid%5Bfilter%5D=Tops%2C8` more than 20 times. Please check if it's an intended behavior.
If so, increase redirectionLimit value in configuration.
Log
ERROR ON TASK: cypressTests
Error: Danger had errors running. See message(s) above for more details.
danger-results://tmp/danger-results.json
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.
Description
Form fields have visual labels that are not programmatically associated with their inputs (pattern: Form field(s) lack accessible name)
Reproduction Steps
Locations (representative sample):
Global Header
Sign In
Account - Order History
Actual Behavior
There are form fields with visible labels that are not programmatically associated with the input; these inputs have no accessible name.
Examples include:
Module 01a - Global Header:
Search (visible text beneath the search input "Search for a product" is not a element and is not programmatically associated with the input)
Module 06c - Checkout - Confirmation / Create an Account
(Note - the following form fields refer to "Quick Checkout When You Return")
Visible elements lack for attributes to associate them with their inputs, including:
First Name
Last Name
Email
Password
Module 07 - Sign In:
Visible elements lack for attributes to associate them with their inputs, including:
Email
Password
Expected Behavior
Ensure all controls provide a descriptive accessible name. Ensure visible elements are correctly associated with their inputs using the for attribute.
Related Issue
Closes https://jira.corp.magento.com/browse/AC-2788.
Verification Steps
Checklist
Resolved issues: