Skip to content
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

CXSPA-5174 #18030

Merged
merged 2 commits into from
Oct 30, 2023
Merged

CXSPA-5174 #18030

merged 2 commits into from
Oct 30, 2023

Conversation

anjana-bl
Copy link
Contributor

  1. fixing alignment issue in Landing Page
  2. Altering font size in landing page
  3. renaming injection token MY_ACCOUNT_V2_ORDER to USE_MY_ACCOUNT_V2_ORDER

@anjana-bl anjana-bl requested review from a team as code owners October 29, 2023 08:28
@github-actions github-actions bot marked this pull request as draft October 29, 2023 08:28
@anjana-bl anjana-bl marked this pull request as ready for review October 30, 2023 02:45
@anjana-bl anjana-bl requested a review from Platonn October 30, 2023 02:57
@cypress
Copy link

cypress bot commented Oct 30, 2023

4 flaky tests on run #41783 ↗︎

0 119 2 0 Flakiness 4

Details:

Merge 036ee85 into c573c23...
Project: spartacus Commit: c74d3ee466 ℹ️
Status: Passed Duration: 05:16 💡
Started: Oct 30, 2023 11:04 AM Ended: Oct 30, 2023 11:10 AM
Flakiness  regression/asm/asm.deeplink.core-e2e.cy.ts • 1 flaky test • B2C

View Output Video

Test Artifacts
Assisted Service Module > Customer Support Agent - Emulation&deeplink > should emulate customer and navigate to saved cart with deeplink after agent login (CXSPA-3263) Test Replay Output Screenshots Video
Flakiness  ssr/pages.core-e2e.cy.ts • 3 flaky tests • SSR

View Output Video

Test Artifacts
SSR > should render homepage Test Replay Output Screenshots Video
SSR > should render PLP Test Replay Output Screenshots Video
SSR > should render PDP Test Replay Output Screenshots Video

Review all test suite changes for PR #18030 ↗︎

@github-actions github-actions bot marked this pull request as draft October 30, 2023 10:49
@anjana-bl anjana-bl marked this pull request as ready for review October 30, 2023 10:50
Comment on lines +11 to +16
float: left;
max-width: 25%;
@include media-breakpoint-down(md) {
width: 100%;
max-width: none;
}
}

.RightContentSlot {
float: left;
Copy link
Contributor

Choose a reason for hiding this comment

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

[NITPICK]
Do we really have to use float instead of flex for styling %MyAccountViewPageTemplate? I believe for consistency with the rest of the project, it would be good to stick to flex styling.

I can see float is used also in other files in my-account-v2 area. Perhaps it would be good to fix it before 6.6 release:
image
(yes, I can see float is used also in ASM, which ideally should have used flex)

Copy link
Contributor

@Platonn Platonn left a comment

Choose a reason for hiding this comment

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

  1. ✅ Approving changes to MY_ACCOUNT_V2_ORDER -> USE_MY_ACCOUNT_V2_ORDER
  2. Nitpick: IMHO the CSS changes should be done in a different PR, for clarity of git history
  3. I don't have access to your env, so please do the QA of the styling changes in with the help of sb in your team (including cross-browsers & screen width testing)

@anjana-bl anjana-bl merged commit 5fdc22b into develop-6.6.x Oct 30, 2023
22 checks passed
@anjana-bl anjana-bl deleted the My-Account-bug-2 branch October 30, 2023 12:39
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