-
-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 13 additions & 26 deletions
39
components/SuccessStory/__tests__/__snapshots__/SuccessStory.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,18 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`SuccessStory should render with required props 1`] = ` | ||
<div | ||
className="box-border flex flex-col flex-nowrap items-center my-12 mx-4 pt-14 relative max-w-[320px] h-[940px] md:h-[748px] sm:h-auto" | ||
<FlatCard | ||
button={null} | ||
header="Great testing culture" | ||
image={ | ||
Object { | ||
"alt": "", | ||
"source": "image.png", | ||
} | ||
} | ||
> | ||
<div | ||
className="absolute top-0 h-48 shadow-[1px_2px_5p_3px_rgba(0, 0, 0, 0.35)]" | ||
> | ||
<MockedNextImage | ||
alt="Great testing culture headshot" | ||
height={200} | ||
layout="fixed" | ||
src="image.png" | ||
width={200} | ||
/> | ||
</div> | ||
<div | ||
className="flex flex-1 flex-col flex-nowrap items-center p-8 pt-40 border-2 border-solid border-themePrimary [&>blockquote]:my-4 [&>blockquote]:mx-0 [&>blockquote]:text-base" | ||
> | ||
<h6 | ||
className="text-center text-base" | ||
> | ||
Great testing culture | ||
</h6> | ||
<blockquote> | ||
"Best test of my life!" | ||
</blockquote> | ||
</div> | ||
</div> | ||
<blockquote> | ||
"Best test of my life!" | ||
</blockquote> | ||
</FlatCard> | ||
`; |
73755d0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
storybook – ./
storybook-git-main-operation-code.vercel.app
operationcode-storybook.vercel.app
storybook-operation-code.vercel.app
storybook.operationcode.org
73755d0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
operation-code – ./
operationcode.org
operation-code-git-main-operation-code.vercel.app
www.operationcode.org
operation-code-operation-code.vercel.app