-
Notifications
You must be signed in to change notification settings - Fork 683
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
BUG#PWA-3215 Products not found using URL key #4183
Conversation
|
run lighthouse-desktop |
Successfully started codebuild job for |
run lighthouse-mobile |
Successfully started codebuild job for |
run lighthouse-desktop |
run lighthouse-mobile |
1 similar comment
run lighthouse-mobile |
run pr-test |
2 similar comments
run pr-test |
run pr-test |
Successfully started codebuild job for |
Description
TODO: In the Venia theme, simple products won't load if they are not among the first 20 products.
Generate a Simple Product and set its visibility as "Catalog, Search."
Generate over 20 Bundle Products and link them to the previously created Simple Product.
Ensure the entity ID of the Simple Product is lower than the IDs of the Bundle Products.
Execute the GraphQL query below to filter the Simple Product's URL. The query will return the matching Bundle Products and the Simple Product.
Actual results
-> Product page is not loaded
Expected results
-> Product page should be loaded
Related Issue
Closes #https://jira.corp.adobe.com/browse/PWA-3215.
Acceptance
Verification Stakeholders
Specification
Verification Steps
Test scenario(s) for direct fix/feature
Test scenario(s) for any existing impacted features/areas
Test scenario(s) for any Magento Backend Supported Configurations
Is Browser/Device testing needed?
Any ad-hoc/edge case scenarios that need to be considered?
Screenshots / Screen Captures (if appropriate)
Breaking Changes (if any)
Checklist