mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
update snapshot
This commit is contained in:
parent
a748029c98
commit
22f7bb4a1c
1 changed files with 38 additions and 36 deletions
|
|
@ -25,48 +25,50 @@ exports[`AuthenticationPageComponent matches snapshot 1`] = `
|
|||
onLogout={[Function]}
|
||||
onManageDisableScrolling={[Function]} />
|
||||
<div>
|
||||
<TabNav
|
||||
className={null}
|
||||
rootClassName={null}
|
||||
tabs={
|
||||
Array [
|
||||
Object {
|
||||
"linkProps": Object {
|
||||
"name": "SignupPage",
|
||||
"to": Object {
|
||||
"state": Object {
|
||||
"from": "/protected",
|
||||
<div>
|
||||
<TabNav
|
||||
className={null}
|
||||
rootClassName={null}
|
||||
tabs={
|
||||
Array [
|
||||
Object {
|
||||
"linkProps": Object {
|
||||
"name": "SignupPage",
|
||||
"to": Object {
|
||||
"state": Object {
|
||||
"from": "/protected",
|
||||
},
|
||||
},
|
||||
},
|
||||
"selected": false,
|
||||
"text": <h1>
|
||||
<FormattedMessage
|
||||
id="AuthenticationPage.signupLinkText"
|
||||
values={Object {}} />
|
||||
</h1>,
|
||||
},
|
||||
"selected": false,
|
||||
"text": <h1>
|
||||
<FormattedMessage
|
||||
id="AuthenticationPage.signupLinkText"
|
||||
values={Object {}} />
|
||||
</h1>,
|
||||
},
|
||||
Object {
|
||||
"linkProps": Object {
|
||||
"name": "LoginPage",
|
||||
"to": Object {
|
||||
"state": Object {
|
||||
"from": "/protected",
|
||||
Object {
|
||||
"linkProps": Object {
|
||||
"name": "LoginPage",
|
||||
"to": Object {
|
||||
"state": Object {
|
||||
"from": "/protected",
|
||||
},
|
||||
},
|
||||
},
|
||||
"selected": true,
|
||||
"text": <h1>
|
||||
<FormattedMessage
|
||||
id="AuthenticationPage.loginLinkText"
|
||||
values={Object {}} />
|
||||
</h1>,
|
||||
},
|
||||
"selected": true,
|
||||
"text": <h1>
|
||||
<FormattedMessage
|
||||
id="AuthenticationPage.loginLinkText"
|
||||
values={Object {}} />
|
||||
</h1>,
|
||||
},
|
||||
]
|
||||
} />
|
||||
<ReduxForm
|
||||
inProgress={false}
|
||||
onSubmit={[Function]} />
|
||||
]
|
||||
} />
|
||||
<ReduxForm
|
||||
inProgress={false}
|
||||
onSubmit={[Function]} />
|
||||
</div>
|
||||
</div>
|
||||
</withRouter(PageLayout)>
|
||||
`;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue