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
Press Tab to move through the controls for an item in the cart.
Note several extra tab stops between the three dots/"kebab" icon button and the first focusable element for the next item in the cart.
Actual Behavior
Items within actions menu ("Move to favorites", "Edit item", "Remove from cart") for items in the cart receive keyboard focus when they are visually hidden.
Expected Behavior
Ensure that keyboard focus does not land on hidden elements.
Make sure to have a customer login for front end login
Manual Steps executed:
Login to venia > Add 2 or more product to cart
Navigate to shopping bag > Edit shopping bag
Press Tab to move through the controls for an item in the cart and check several extra tab stops between the three dots/"kebab" icon button and the first focusable element for the next item in the cart.
✖️ Behaviour Before The Fix : The option within 3 dots ("Move to favorites", "Edit item", "Remove from cart") for items in the cart receive keyboard focus when they are visually hidden.
✔️Behaviour After The Fix: The keyboard focus does not land on hidden elements.
Screenshots / Screen Captures (if appropriate)
Breaking Changes (if any)
Checklist
I have added tests to cover my changes, if necessary.
I have added translations for new strings, if necessary.
I have updated the documentation accordingly, if necessary.
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-3800.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.
…t visible.
Description
Items within actions menu receive keyboard focus when not visible.
Environment
Adobe Magento - Venia
Context
Windows 10; Chrome 88;
Reproduction Steps
select "Blouses & Shirts" > select "Susanna Draped Tank" > add product to cart > select bag > select "Edit Shopping Bag" - [NODE][body>div:nth-of-type(1)>:nth-child(1)>:nth-child(3)]
Actual Behavior
Items within actions menu ("Move to favorites", "Edit item", "Remove from cart") for items in the cart receive keyboard focus when they are visually hidden.
Expected Behavior
Ensure that keyboard focus does not land on hidden elements.
Related Issue
Closes https://jira.corp.magento.com/browse/AC-2495
Acceptance
Verification Stakeholders
Specification
Verification Steps
✔️ QA Passed
Pre-Conditions:
Have Magento instance with sample data installed
Make sure to have pwa studio installed
Make sure to have a customer login for front end login
Manual Steps executed:
Login to venia > Add 2 or more product to cart
Navigate to shopping bag > Edit shopping bag
Press Tab to move through the controls for an item in the cart and check several extra tab stops between the three dots/"kebab" icon button and the first focusable element for the next item in the cart.
✖️ Behaviour Before The Fix : The option within 3 dots ("Move to favorites", "Edit item", "Remove from cart") for items in the cart receive keyboard focus when they are visually hidden.
✔️Behaviour After The Fix: The keyboard focus does not land on hidden elements.
Screenshots / Screen Captures (if appropriate)
Breaking Changes (if any)
Checklist
Resolved issues: