-
Notifications
You must be signed in to change notification settings - Fork 394
fix: pagination for OPF #20342
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
fix: pagination for OPF #20342
Conversation
@@ -822,7 +822,7 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = { | |||
a11yOrganizationLinkableCells: true, | |||
a11yTruncatedTextStoreFinder: true, | |||
a11yTruncatedTextUnitLevelOrderHistory: false, | |||
a11ySemanticPaginationLabel: true, | |||
a11ySemanticPaginationLabel: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functionality for OPF pagination is not working after this improvement: https://jira.tools.sap/browse/CXSPA-9517
[cxFocus]
directive for some reason blocks a click event and pageChange
method cannot be fired when customer click the pagination navigation.
@petarmarkov9449 do you have any insights into this behavior?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After switching a a11ySemanticPaginationLabel
flag seems that E2E test scenario started failing.
@Zeyber @petarmarkov9449 could you guys help here?
Merge Checks Failed
|
spartacus
|
Project |
spartacus
|
Branch Review |
feature/CXSPA-10188
|
Run status |
|
Run duration | 05m 47s |
Commit |
|
Committer | Mateusz Kolasa |
View all properties for this run ↗︎ |
Test results | |
---|---|
|
2
|
|
3
|
|
2
|
|
0
|
|
235
|
View all changes introduced in this branch ↗︎ |
Tests for review
cypress/e2e/regression/product-search/product-search.core-e2e.cy.ts • 2 failed tests • B2C
Test | Artifacts | |
---|---|---|
... > should test pagination and display results |
Test Replay
Screenshots
Video
|
|
... > should test pagination and display results |
Test Replay
Screenshots
Video
|
cypress/e2e/ssr/pages.core-e2e.cy.ts • 3 flaky tests • SSR
Test | Artifacts | |
---|---|---|
SSR > should render homepage |
Test Replay
Screenshots
Video
|
|
SSR > should render PLP |
Test Replay
Screenshots
Video
|
|
SSR > should render PDP |
Test Replay
Screenshots
Video
|
Closes: CXSPA-10188