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:
Erik Seliger 2023-10-09 22:43:01 +02:00 committed by GitHub
parent 59af27246b
commit 82c8b3ed13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 24 additions and 0 deletions

View File

@ -10,6 +10,9 @@ import { CloudSignUpPage } from './CloudSignUpPage'
const config: Meta = {
title: 'web/auth/CloudSignUpPage',
parameters: {
chromatic: { disableSnapshot: false },
},
}
export default config

View File

@ -6,6 +6,9 @@ import { RequestAccessPage } from './RequestAccessPage'
const config: Meta = {
title: 'web/auth/RequestAccessPage',
parameters: {
chromatic: { disableSnapshot: false },
},
}
export default config

View File

@ -7,6 +7,9 @@ import { ResetPasswordPage } from './ResetPasswordPage'
const config: Meta = {
title: 'web/auth/ResetPasswordPage',
parameters: {
chromatic: { disableSnapshot: false },
},
}
export default config

View File

@ -7,6 +7,9 @@ import { SignInPage, type SignInPageProps } from './SignInPage'
const config: Meta = {
title: 'web/auth/SignInPage',
parameters: {
chromatic: { disableSnapshot: false },
},
}
export default config

View File

@ -9,6 +9,9 @@ import { SignUpPage } from './SignUpPage'
const config: Meta = {
title: 'web/auth/SignUpPage',
parameters: {
chromatic: { disableSnapshot: false },
},
}
export default config

View File

@ -7,6 +7,9 @@ import { UnlockAccountPage } from './UnlockAccount'
const config: Meta = {
title: 'web/auth/UnlockAccountPage',
parameters: {
chromatic: { disableSnapshot: false },
},
}
export default config

View File

@ -9,6 +9,9 @@ import { VsCodeSignUpPage, VsCodeSignUpPageProps } from './VsCodeSignUpPage'
const config: Meta = {
title: 'web/auth/VsCodeSignUpPage',
parameters: {
chromatic: { disableSnapshot: false },
},
}
export default config

View File

@ -6,6 +6,9 @@ import { SiteInitPage } from './SiteInitPage'
const config: Meta = {
title: 'web/auth/SiteInitPage',
parameters: {
chromatic: { disableSnapshot: false },
},
}
export default config