Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit cd9be79

Browse files
committed
update snapshot (done from my phone xd)
1 parent e3cf41d commit cd9be79

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/__tests__/__snapshots__/storybook.test.ts.snap

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,39 @@ exports[`Storyshots Banner TopBanner 1`] = `
1616
</div>
1717
`;
1818

19+
exports[`Storyshots Error400 default 1`] = `
20+
<div
21+
className="text-center container"
22+
>
23+
<h2
24+
className="text-danger"
25+
>
26+
Something went wrong!
27+
</h2>
28+
<h3
29+
className="text-danger"
30+
>
31+
The file could not be loaded
32+
</h3>
33+
<h4>
34+
foo
35+
</h4>
36+
<a
37+
href="/data/test/fuidshfjk"
38+
>
39+
Try again
40+
</a>
41+
<p>
42+
<a
43+
href="/"
44+
onClick={[Function]}
45+
>
46+
Go to Home
47+
</a>
48+
</p>
49+
</div>
50+
`;
51+
1952
exports[`Storyshots Error404 default 1`] = `
2053
<div
2154
className="container"

0 commit comments

Comments
 (0)