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

[chore]: Order Summary fast follow #2278

Merged
merged 6 commits into from
Mar 26, 2020
Merged

Conversation

sirugh
Copy link
Contributor

@sirugh sirugh commented Mar 24, 2020

Description

@jimbo requested some fast follow items from #2271. Addressing them here.

Related Issue

Closes PWA-466.

Acceptance

Verification Stakeholders

@jimbo

Specification

Verification Steps

  1. On /cart make sure proceed to checkout button works.
  2. On /checkout make sure summary always displayed on desktop
  3. On /checkout make sure summary hidden unless in review step on mobile.
  4. Make sure there is no border around order summary.
  5. Make sure text in order summary is correct on cart/checkout.
    6.Make sure proceed to checkout button appears on cart but not checkout.
  6. Make sure header text is correct for guest vs auth

Screenshots / Screen Captures (if appropriate)

Checklist

  • I have updated the documentation accordingly, if necessary.
  • I have added tests to cover my changes, if necessary.

@sirugh sirugh requested a review from jimbo March 24, 2020 14:56
@@ -47,9 +46,6 @@ const CheckoutPage = props => {

const classes = mergeClasses(defaultClasses, propClasses);

const windowSize = useWindowSize();
const isMobile = windowSize.innerWidth <= 960;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Spoke with @jimbo we may actually wnat to use window size now considering upcoming UX changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Reverted this to use the hook again :)

supernova-at
supernova-at previously approved these changes Mar 25, 2020
Copy link
Contributor

@supernova-at supernova-at left a comment

Choose a reason for hiding this comment

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

Code looks good, running verification now

Copy link
Contributor

@supernova-at supernova-at left a comment

Choose a reason for hiding this comment

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

✅ Verification Steps

@dpatil-magento
Copy link
Contributor

CI builds didn't run because of https://jira.corp.magento.com/browse/PWA-467. Ran MFTF test and verification on local stage:venia.

@dpatil-magento dpatil-magento merged commit f179f80 into develop Mar 26, 2020
@dpatil-magento dpatil-magento deleted the rugh/pwa-184-fast-follow branch March 26, 2020 05:00
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.

4 participants