// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Customer when view type is "guest" matches snapshot 1`] = `
Guest Customer

Checking out as a Guest ? You'll be able to save your details to create an account with us later.

Already have an account? Sign in now

`; exports[`Customer when view type is "login" matches snapshot 1`] = `
Returning Customer

Don’t have an account? Create an account to continue.

Cancel
`;