mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
Verify signup and login pages in chromatic (#57493)
Just adding these stories to chromatic. That was the reason we didn't get the diff last time. I think login and signup are important enough to spend a few snapshots on.
This commit is contained in:
parent
59af27246b
commit
82c8b3ed13
@ -10,6 +10,9 @@ import { CloudSignUpPage } from './CloudSignUpPage'
|
||||
|
||||
const config: Meta = {
|
||||
title: 'web/auth/CloudSignUpPage',
|
||||
parameters: {
|
||||
chromatic: { disableSnapshot: false },
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
@ -6,6 +6,9 @@ import { RequestAccessPage } from './RequestAccessPage'
|
||||
|
||||
const config: Meta = {
|
||||
title: 'web/auth/RequestAccessPage',
|
||||
parameters: {
|
||||
chromatic: { disableSnapshot: false },
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
@ -7,6 +7,9 @@ import { ResetPasswordPage } from './ResetPasswordPage'
|
||||
|
||||
const config: Meta = {
|
||||
title: 'web/auth/ResetPasswordPage',
|
||||
parameters: {
|
||||
chromatic: { disableSnapshot: false },
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
@ -7,6 +7,9 @@ import { SignInPage, type SignInPageProps } from './SignInPage'
|
||||
|
||||
const config: Meta = {
|
||||
title: 'web/auth/SignInPage',
|
||||
parameters: {
|
||||
chromatic: { disableSnapshot: false },
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
@ -9,6 +9,9 @@ import { SignUpPage } from './SignUpPage'
|
||||
|
||||
const config: Meta = {
|
||||
title: 'web/auth/SignUpPage',
|
||||
parameters: {
|
||||
chromatic: { disableSnapshot: false },
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
@ -7,6 +7,9 @@ import { UnlockAccountPage } from './UnlockAccount'
|
||||
|
||||
const config: Meta = {
|
||||
title: 'web/auth/UnlockAccountPage',
|
||||
parameters: {
|
||||
chromatic: { disableSnapshot: false },
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
@ -9,6 +9,9 @@ import { VsCodeSignUpPage, VsCodeSignUpPageProps } from './VsCodeSignUpPage'
|
||||
|
||||
const config: Meta = {
|
||||
title: 'web/auth/VsCodeSignUpPage',
|
||||
parameters: {
|
||||
chromatic: { disableSnapshot: false },
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
@ -6,6 +6,9 @@ import { SiteInitPage } from './SiteInitPage'
|
||||
|
||||
const config: Meta = {
|
||||
title: 'web/auth/SiteInitPage',
|
||||
parameters: {
|
||||
chromatic: { disableSnapshot: false },
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
Loading…
Reference in New Issue
Block a user