chore: migrate to e2e to JDK21 ccv2#21105
Draft
FollowTheFlo wants to merge 53 commits intodevelopfrom
Draft
Conversation
spartacus
|
||||||||||||||||||||||||||||||
| Project |
spartacus
|
| Branch Review |
test-CXSPA-10619_2026_one_port
|
| Run status |
|
| Run duration | 41m 16s |
| Commit |
|
| Committer | Florent Letendre |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
9
|
|
|
19
|
|
|
0
|
|
|
663
|
Upgrade your plan to view test results. | |
| View all changes introduced in this branch ↗︎ | |
FollowTheFlo
commented
Feb 3, 2026
| export const MONTH_DE = new Date().toLocaleDateString('de-DE', { | ||
| month: 'long', | ||
| }); | ||
| export const JANUARY_MONTH_DE = 'Januar'; |
Contributor
Author
There was a problem hiding this comment.
order in sample data has timestamp: 10 jan 2019.
FollowTheFlo
commented
Feb 3, 2026
| totalAndShipping: '$20.19', | ||
| }; | ||
|
|
||
| export function buildCheckoutDetailsAfterPaymentMock() { |
Contributor
Author
There was a problem hiding this comment.
used only for checkout-as-guest.e2e.cy to avoid the timeout or response without body on carts request.
FollowTheFlo
commented
Feb 3, 2026
| : '.header .SiteContext label'; | ||
|
|
||
| cy.get(selector).contains(label).parent().children('select').select(option); | ||
| cy.get(selector, { timeout: 10000 }) |
Contributor
Author
There was a problem hiding this comment.
menus Language-Currency-Theme takes a while to be displayed. I couldn't find alternative of timeout.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.