Skip to content

chore: migrate to e2e to JDK21 ccv2#21105

Draft
FollowTheFlo wants to merge 53 commits intodevelopfrom
test-CXSPA-10619_2026_one_port
Draft

chore: migrate to e2e to JDK21 ccv2#21105
FollowTheFlo wants to merge 53 commits intodevelopfrom
test-CXSPA-10619_2026_one_port

Conversation

@FollowTheFlo
Copy link
Contributor

No description provided.

@FollowTheFlo FollowTheFlo requested a review from a team as a code owner February 2, 2026 21:40
@cypress
Copy link

cypress bot commented Feb 3, 2026

spartacus    Run #51609

Run Properties:  status check passed Passed #51609  •  git commit 42a7e5a99f: remove unused jdk21 cmds
Project spartacus
Branch Review test-CXSPA-10619_2026_one_port
Run status status check passed Passed #51609
Run duration 41m 16s
Commit git commit 42a7e5a99f: remove unused jdk21 cmds
Committer Florent Letendre
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 9
Tests that did not run due to a developer annotating a test with .skip  Pending 19
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 663
⚠️ You've recorded test results over your free plan limit.
Upgrade your plan to view test results.
View all changes introduced in this branch ↗︎

@github-actions github-actions bot marked this pull request as draft February 3, 2026 16:14
export const MONTH_DE = new Date().toLocaleDateString('de-DE', {
month: 'long',
});
export const JANUARY_MONTH_DE = 'Januar';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

order in sample data has timestamp: 10 jan 2019.

totalAndShipping: '$20.19',
};

export function buildCheckoutDetailsAfterPaymentMock() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

used only for checkout-as-guest.e2e.cy to avoid the timeout or response without body on carts request.

: '.header .SiteContext label';

cy.get(selector).contains(label).parent().children('select').select(option);
cy.get(selector, { timeout: 10000 })
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

menus Language-Currency-Theme takes a while to be displayed. I couldn't find alternative of timeout.

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