Skip to content

Commit d152b1e

Browse files
committed
Test(snapshot): update snapshot files
1 parent 8c8c995 commit d152b1e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

frontend/src/pages/HomePage/components/ContentLoader/__tests__/__snapshots__/contentLoader.spec.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`ContentLoader should renders correctly 1`] = `
44
<div
55
className="contentLoader"
66
>
7-
<Holder
7+
<ContentLoader
88
height={400}
99
primaryColor="#f3f3f3"
1010
secondaryColor="#ecebeb"
@@ -27,6 +27,6 @@ exports[`ContentLoader should renders correctly 1`] = `
2727
x="60.5"
2828
y="35.05"
2929
/>
30-
</Holder>
30+
</ContentLoader>
3131
</div>
3232
`;

frontend/src/pages/NotFoundPage/components/ContentLoader/__tests__/__snapshots__/contentLoader.spec.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`ContentLoader should renders correctly 1`] = `
44
<div
55
className="contentLoader"
66
>
7-
<Holder
7+
<ContentLoader
88
height={326}
99
primaryColor="#f3f3f3"
1010
secondaryColor="#ecebeb"
@@ -27,6 +27,6 @@ exports[`ContentLoader should renders correctly 1`] = `
2727
x="36"
2828
y="92.05"
2929
/>
30-
</Holder>
30+
</ContentLoader>
3131
</div>
3232
`;

frontend/src/pages/ParallaxPage/components/ContentLoader/__tests__/__snapshots__/contentLoader.spec.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`ContentLoader should renders correctly 1`] = `
44
<div
55
className="contentLoader"
66
>
7-
<Holder
7+
<ContentLoader
88
height={500}
99
primaryColor="#f3f3f3"
1010
secondaryColor="#ecebeb"
@@ -35,6 +35,6 @@ exports[`ContentLoader should renders correctly 1`] = `
3535
x="49"
3636
y="163.05"
3737
/>
38-
</Holder>
38+
</ContentLoader>
3939
</div>
4040
`;

frontend/src/pages/ReactPage/components/ContentLoader/__tests__/__snapshots__/contentLoader.spec.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`ContentLoader should renders correctly 1`] = `
44
<div
55
className="contentLoader"
66
>
7-
<Holder
7+
<ContentLoader
88
height={400}
99
primaryColor="#f3f3f3"
1010
secondaryColor="#ecebeb"
@@ -27,6 +27,6 @@ exports[`ContentLoader should renders correctly 1`] = `
2727
x="0"
2828
y="76.05"
2929
/>
30-
</Holder>
30+
</ContentLoader>
3131
</div>
3232
`;

0 commit comments

Comments
 (0)