-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(community-testimonial): remove card from community-testimonial
BREAKING CHANGE: removes card from community-testimonial component #192
- Loading branch information
1 parent
3b746dd
commit 48158ca
Showing
4 changed files
with
51 additions
and
59 deletions.
There are no files selected for viewing
Binary file modified
BIN
-2.77 KB
(94%)
e2e/output/components/Testimonial/baseline/chrome_headless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
86 changes: 41 additions & 45 deletions
86
packages/Testimonial/__tests__/__snapshots__/Testimonial.spec.jsx.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,55 +1,51 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`Testimonial renders 1`] = ` | ||
<Card | ||
variant="white" | ||
<Box | ||
between={3} | ||
inline={false} | ||
tag="div" | ||
> | ||
<Box | ||
between={3} | ||
inline={false} | ||
tag="div" | ||
<Paragraph | ||
align="left" | ||
bold={false} | ||
invert={false} | ||
size="medium" | ||
> | ||
My office is where ever my customers are. TELUS helps me stay connected whether I'm making a sale or doing payroll. | ||
</Paragraph> | ||
<div | ||
className="imageAndQuote" | ||
> | ||
<Paragraph | ||
align="left" | ||
bold={false} | ||
invert={false} | ||
size="medium" | ||
> | ||
My office is where ever my customers are. TELUS helps me stay connected whether I'm making a sale or doing payroll. | ||
</Paragraph> | ||
<div | ||
className="imageAndQuote" | ||
className="image" | ||
> | ||
<div | ||
className="image" | ||
<Image | ||
alt="Image of co-workers collaborating" | ||
height={60} | ||
rounded="circle" | ||
src="image-example.jpg" | ||
width={60} | ||
/> | ||
</div> | ||
<div> | ||
<Paragraph | ||
align="left" | ||
bold={true} | ||
invert={false} | ||
size="medium" | ||
> | ||
Dave Smith, Foreman | ||
</Paragraph> | ||
<Paragraph | ||
align="left" | ||
bold={false} | ||
invert={false} | ||
size="medium" | ||
> | ||
<Image | ||
alt="Image of co-workers collaborating" | ||
height={60} | ||
rounded="circle" | ||
src="image-example.jpg" | ||
width={60} | ||
/> | ||
</div> | ||
<div> | ||
<Paragraph | ||
align="left" | ||
bold={true} | ||
invert={false} | ||
size="medium" | ||
> | ||
Dave Smith, Foreman | ||
</Paragraph> | ||
<Paragraph | ||
align="left" | ||
bold={false} | ||
invert={false} | ||
size="medium" | ||
> | ||
Pinnacle Reforestation | ||
</Paragraph> | ||
</div> | ||
Pinnacle Reforestation | ||
</Paragraph> | ||
</div> | ||
</Box> | ||
</Card> | ||
</div> | ||
</Box> | ||
`; |
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