Skip to content

Commit

Permalink
Updated tests snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Aug 17, 2024
1 parent efbf100 commit 5269a80
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 32 deletions.
27 changes: 11 additions & 16 deletions packages/frontend/__tests__/__snapshots__/App.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1548,11 +1548,6 @@ exports[`App should render issue listing correctly 1`] = `
max-width: 100%;
}
.emotion-58 {
color: #999;
font-weight: normal;
}
<div
class="emotion-0"
>
Expand Down Expand Up @@ -2001,7 +1996,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
1
Expand Down Expand Up @@ -2029,7 +2024,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
2
Expand Down Expand Up @@ -2057,7 +2052,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
4
Expand All @@ -2080,7 +2075,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
5
Expand Down Expand Up @@ -2117,7 +2112,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
6
Expand All @@ -2140,7 +2135,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
7
Expand All @@ -2163,7 +2158,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
8
Expand All @@ -2190,7 +2185,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
9
Expand Down Expand Up @@ -2233,7 +2228,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
10
Expand Down Expand Up @@ -2272,7 +2267,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
11
Expand All @@ -2295,7 +2290,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,6 @@ exports[`IssueDetail page should render correctly 1`] = `
max-width: 100%;
}
.emotion-54 {
color: #999;
font-weight: normal;
}
<div
class="emotion-0"
>
Expand Down Expand Up @@ -640,7 +635,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
2
Expand Down Expand Up @@ -668,7 +663,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
3
Expand Down Expand Up @@ -700,7 +695,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
4
Expand All @@ -723,7 +718,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
5
Expand Down Expand Up @@ -760,7 +755,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
6
Expand All @@ -783,7 +778,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
7
Expand All @@ -806,7 +801,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
8
Expand All @@ -833,7 +828,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
9
Expand Down Expand Up @@ -876,7 +871,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
10
Expand Down Expand Up @@ -915,7 +910,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
11
Expand All @@ -938,7 +933,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
12
Expand Down

0 comments on commit 5269a80

Please sign in to comment.