-
Notifications
You must be signed in to change notification settings - Fork 231
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
Remove FrontPageMain and move logic to /pages #5662
Conversation
Blocking this on the Desktop layout work being merged, since this will cause conflicts and we want to minimise issues since Desktop should be merged tomorrow, pending going live on Wednesday. |
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.
Looks good, the forecast says conflicts are coming. ⛈
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.
Looks good
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.
LGTM, thanks for resolving the conflicts 💪
Looks good to me.Did a general regression across articles,MAPs,PGL and frontpages. |
Resolves #5169
Overall change:
Move the logic and tests from the
FrontPageMain
container to theFrontPage
page.Code changes:
/pages/FrontPage
FrontPage
storiesFrontPage
testsFrontPageMain
containerTesting:
CYPRESS_APP_ENV=local CYPRESS_SMOKE=false npm run test:e2e:interactive
)