mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Update test snapshots
This commit is contained in:
parent
fbd88d0f75
commit
db1a9d4b61
17 changed files with 18 additions and 18 deletions
|
|
@ -14,7 +14,7 @@ exports[`AuthenticationPageComponent matches snapshot 1`] = `
|
|||
scrollingDisabled={false}
|
||||
title="AuthenticationPage.schemaTitleLogin"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent))
|
||||
<withRouter(Connect(TopbarContainerComponent))
|
||||
className=""
|
||||
/>
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ exports[`ContactDetailsPage matches snapshot 1`] = `
|
|||
className={null}
|
||||
rootClassName={null}
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent))
|
||||
<withRouter(Connect(TopbarContainerComponent))
|
||||
currentPage="ContactDetailsPage"
|
||||
/>
|
||||
<UserNav
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ exports[`EditListingPageComponent matches snapshot 1`] = `
|
|||
scrollingDisabled={false}
|
||||
title="EditListingPage.titleCreateListing"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent)) />
|
||||
<withRouter(Connect(TopbarContainerComponent)) />
|
||||
<InjectIntl(EditListingWizard)
|
||||
currentUser={null}
|
||||
errors={
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ exports[`InboxPage matches snapshot 1`] = `
|
|||
scrollingDisabled={false}
|
||||
title="InboxPage.ordersTitle"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent))
|
||||
<withRouter(Connect(TopbarContainerComponent))
|
||||
currentPage="InboxPage"
|
||||
/>
|
||||
<div>
|
||||
|
|
@ -338,7 +338,7 @@ exports[`InboxPage matches snapshot 3`] = `
|
|||
scrollingDisabled={false}
|
||||
title="InboxPage.salesTitle"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent))
|
||||
<withRouter(Connect(TopbarContainerComponent))
|
||||
currentPage="InboxPage"
|
||||
/>
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ exports[`LandingPage matches snapshot 1`] = `
|
|||
]
|
||||
}
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent)) />
|
||||
<withRouter(Connect(TopbarContainerComponent)) />
|
||||
<div>
|
||||
<HeroSection
|
||||
className={null}
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ exports[`ListingPage matches snapshot 1`] = `
|
|||
title="ListingPage.schemaTitle"
|
||||
twitterImages={Array []}
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent)) />
|
||||
<withRouter(Connect(TopbarContainerComponent)) />
|
||||
<div
|
||||
className=""
|
||||
>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ exports[`ContactDetailsPage matches snapshot 1`] = `
|
|||
scrollingDisabled={false}
|
||||
title="Manage listings"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent))
|
||||
<withRouter(Connect(TopbarContainerComponent))
|
||||
currentPage="ManageListingsPage"
|
||||
/>
|
||||
<UserNav
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ exports[`NotFoundPageComponent matches snapshot 1`] = `
|
|||
scrollingDisabled={false}
|
||||
title="NotFoundPage.title"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent)) />
|
||||
<withRouter(Connect(TopbarContainerComponent)) />
|
||||
<div>
|
||||
<div>
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ exports[`OrderPage matches snapshot 1`] = `
|
|||
scrollingDisabled={false}
|
||||
title="OrderPage.title"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent)) />
|
||||
<withRouter(Connect(TopbarContainerComponent)) />
|
||||
<InjectIntl(Component)
|
||||
className="undefined"
|
||||
transaction={
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ exports[`PasswordChangePage matches snapshot 1`] = `
|
|||
className={null}
|
||||
rootClassName={null}
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent))
|
||||
<withRouter(Connect(TopbarContainerComponent))
|
||||
currentPage="PasswordChangePage"
|
||||
/>
|
||||
<UserNav
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ exports[`ContactDetailsPage matches snapshot 1`] = `
|
|||
logoutError={null}
|
||||
title="PasswordRecoveryPage.title"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent)) />
|
||||
<withRouter(Connect(TopbarContainerComponent)) />
|
||||
<div>
|
||||
<div>
|
||||
<IconKeys
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@ exports[`PayoutPreferencesPage matches snapshot 1`] = `
|
|||
scrollingDisabled={false}
|
||||
title="Payout preferences"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent)) />
|
||||
<withRouter(Connect(TopbarContainerComponent)) />
|
||||
</Page>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@ exports[`ProfilePage matches snapshot 1`] = `
|
|||
scrollingDisabled={false}
|
||||
title="Profile page with display name: most-awesome-shop"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent)) />
|
||||
<withRouter(Connect(TopbarContainerComponent)) />
|
||||
</Page>
|
||||
`;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ exports[`ContactDetailsPage matches snapshot 1`] = `
|
|||
scrollingDisabled={false}
|
||||
title="Profile settings"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent))
|
||||
<withRouter(Connect(TopbarContainerComponent))
|
||||
currentPage="ProfileSettingsPage"
|
||||
/>
|
||||
<UserNav
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ exports[`SalePage matches snapshot 1`] = `
|
|||
scrollingDisabled={false}
|
||||
title="SalePage.title"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent)) />
|
||||
<withRouter(Connect(TopbarContainerComponent)) />
|
||||
<div>
|
||||
<InjectIntl(Component)
|
||||
acceptInProgress={false}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ exports[`SearchPageComponent matches snapshot 1`] = `
|
|||
scrollingDisabled={false}
|
||||
title="SearchPage.schemaTitle"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent)) />
|
||||
<withRouter(Connect(TopbarContainerComponent)) />
|
||||
<div>
|
||||
<div>
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@ exports[`SecurityPage matches snapshot 1`] = `
|
|||
scrollingDisabled={false}
|
||||
title="Security"
|
||||
>
|
||||
<Connect(withRouter(TopbarContainerComponent)) />
|
||||
<withRouter(Connect(TopbarContainerComponent)) />
|
||||
</Page>
|
||||
`;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue