Skip to content

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

Closed
wants to merge 4 commits into from
Closed

fix: pagination for OPF #20342

wants to merge 4 commits into from

Conversation

Matejk00
Copy link
Contributor

Closes: CXSPA-10188

@Matejk00 Matejk00 requested a review from a team as a code owner May 20, 2025 09:07
@github-actions github-actions bot marked this pull request as draft May 20, 2025 09:07
@@ -822,7 +822,7 @@ export const defaultFeatureToggles: Required<FeatureTogglesInterface> = {
a11yOrganizationLinkableCells: true,
a11yTruncatedTextStoreFinder: true,
a11yTruncatedTextUnitLevelOrderHistory: false,
a11ySemanticPaginationLabel: true,
a11ySemanticPaginationLabel: false,
Copy link
Contributor Author

@Matejk00 Matejk00 May 20, 2025

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?

Copy link
Contributor Author

@Matejk00 Matejk00 May 20, 2025

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?

rmch91
rmch91 previously approved these changes May 20, 2025
@Matejk00 Matejk00 marked this pull request as ready for review May 20, 2025 12:56
@Matejk00 Matejk00 changed the base branch from develop to release/2211.41.x May 20, 2025 12:56
@Matejk00 Matejk00 dismissed rmch91’s stale review May 20, 2025 12:56

The base branch was changed.

@Matejk00 Matejk00 changed the base branch from release/2211.41.x to develop May 20, 2025 12:57
Copy link
Contributor

Merge Checks Failed

Please push a commit to re-trigger the build.
To push an empty commit you can use `git commit --allow-empty -m "Trigger Build"`

Copy link

cypress bot commented May 20, 2025

spartacus    Run #48348

Run Properties:  status check failed Failed #48348  •  git commit 683dc1a326 ℹ️: Merge c6c300b4918b063d1c70301a028554856f4ce07c into e8b4738cd6ff25a24908744a3334...
Project spartacus
Branch Review feature/CXSPA-10188
Run status status check failed Failed #48348
Run duration 05m 47s
Commit git commit 683dc1a326 ℹ️: Merge c6c300b4918b063d1c70301a028554856f4ce07c into e8b4738cd6ff25a24908744a3334...
Committer Mateusz Kolasa
View all properties for this run ↗︎

Test results
Tests that failed  Failures 2
Tests that were flaky  Flaky 3
Tests that did not run due to a developer annotating a test with .skip  Pending 2
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 235
View all changes introduced in this branch ↗︎

Tests for review

Failed  cypress/e2e/regression/product-search/product-search.core-e2e.cy.ts • 2 failed tests • B2C

View Output Video

Test Artifacts
... > should test pagination and display results Test Replay Screenshots Video
... > should test pagination and display results Test Replay Screenshots Video
Flakiness  cypress/e2e/ssr/pages.core-e2e.cy.ts • 3 flaky tests • SSR

View Output Video

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

@github-actions github-actions bot marked this pull request as draft May 26, 2025 10:06
@Matejk00 Matejk00 closed this May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants