Skip to content

Commit b41bc0d

Browse files
committed
Update snapshots (because of styled-components update)
1 parent 29f69a0 commit b41bc0d

9 files changed

+86
-86
lines changed

src/js/components/__snapshots__/account-notifications.test.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`components/account-notifications.tsx should render itself (github.com with notifications) 1`] = `
44
<div
5-
className="sc-AykKC hkjopf"
5+
className="sc-AxjAm hCwqHM"
66
>
77
github.com
88
<svg
@@ -31,7 +31,7 @@ exports[`components/account-notifications.tsx should render itself (github.com w
3131

3232
exports[`components/account-notifications.tsx should render itself (github.com without notifications) 1`] = `
3333
<div
34-
className="sc-AykKC hkjopf"
34+
className="sc-AxjAm hCwqHM"
3535
>
3636
github.com
3737
<svg

src/js/components/__snapshots__/all-read.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
exports[`components/all-read.tsx should render itself & its children 1`] = `
44
<div
5-
className="sc-AykKC iqXGQ"
5+
className="sc-AxjAm bVUrJb"
66
>
77
<div
8-
className="sc-AykKD dxnFup"
8+
className="sc-AxirZ joxCwg"
99
>
1010
😉
1111
</div>
1212
<h2
13-
className="sc-AykKE kxNnyc"
13+
className="sc-AxiKw dlazZW"
1414
/>
1515
<h4
16-
className="sc-AykKF hXdduO"
16+
className="sc-AxhCb jUqlrV"
1717
>
1818
No new notifications.
1919
</h4>

src/js/components/__snapshots__/notification.test.tsx.snap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
exports[`components/notification.js should render itself & its children 1`] = `
44
<div
5-
className="sc-AykKC geylAL"
5+
className="sc-AxjAm esvKhw"
66
>
77
<div
8-
className="sc-AykKG nSNMR"
8+
className="sc-AxhUy cNkvzS"
99
>
1010
<svg
1111
aria-hidden="false"
@@ -31,17 +31,17 @@ exports[`components/notification.js should render itself & its children 1`] = `
3131
</svg>
3232
</div>
3333
<div
34-
className="sc-AykKD dWNlSI"
34+
className="sc-AxirZ ibrlFv"
3535
onClick={[Function]}
3636
role="main"
3737
>
3838
<h6
39-
className="sc-AykKE fsnEEy"
39+
className="sc-AxiKw fXbfXY"
4040
>
4141
I am a robot and this is a test!
4242
</h6>
4343
<div
44-
className="sc-AykKF drOcmQ"
44+
className="sc-AxhCb fqclhB"
4545
>
4646
<span
4747
title="You're watching the repository."
@@ -54,10 +54,10 @@ exports[`components/notification.js should render itself & its children 1`] = `
5454
</div>
5555
</div>
5656
<div
57-
className="sc-AykKG nSNMR"
57+
className="sc-AxhUy cNkvzS"
5858
>
5959
<button
60-
className="sc-AykKH iotryN"
60+
className="sc-AxgMl beGRRX"
6161
onClick={[Function]}
6262
>
6363
<svg

src/js/components/__snapshots__/oops.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
exports[`components/oops.tsx should render itself & its children 1`] = `
44
<div
5-
className="sc-AykKC iqXGQ"
5+
className="sc-AxjAm bVUrJb"
66
>
77
<div
8-
className="sc-AykKD dxnFup"
8+
className="sc-AxirZ joxCwg"
99
>
1010
😔
1111
</div>
1212
<h2
13-
className="sc-AykKE kxNnyc"
13+
className="sc-AxiKw dlazZW"
1414
>
1515
Something went wrong.
1616
</h2>
1717
<h4
18-
className="sc-AykKF hXdduO"
18+
className="sc-AxhCb jUqlrV"
1919
>
2020
Couldn't get your notifications.
2121
</h4>

src/js/components/__snapshots__/repository.test.tsx.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
exports[`components/repository.tsx should render itself & its children 1`] = `
44
Array [
55
<div
6-
className="sc-AykKC hVOLrn"
6+
className="sc-AxjAm jxuASs"
77
>
88
<div
9-
className="sc-AykKD fSDtMT"
9+
className="sc-AxirZ jclJC"
1010
>
1111
<img
12-
className="sc-AykKE cWuXBx"
12+
className="sc-AxiKw cUAnsn"
1313
src="https://avatars0.githubusercontent.com/u/6333409?v=3"
1414
/>
1515
<span
@@ -19,10 +19,10 @@ Array [
1919
</span>
2020
</div>
2121
<div
22-
className="sc-AykKF dCtLYA"
22+
className="sc-AxhCb hLzOhr"
2323
>
2424
<button
25-
className="sc-AykKG fLcycU"
25+
className="sc-AxhUy hwudQN"
2626
onClick={[Function]}
2727
>
2828
<svg

src/js/components/__snapshots__/sidebar.test.tsx.snap

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
exports[`components/Sidebar.tsx should render itself & its children (logged in) 1`] = `
44
<div
5-
className="sc-AykKC hlbwQR"
5+
className="sc-AxjAm hvGyhy"
66
>
77
<div
8-
className="sc-AykKD jNLHCP"
8+
className="sc-AxirZ gZzKjG"
99
>
1010
<svg
1111
className="logo"
@@ -52,7 +52,7 @@ exports[`components/Sidebar.tsx should render itself & its children (logged in)
5252
</g>
5353
</svg>
5454
<div
55-
className="sc-AykKE dFyZIk"
55+
className="sc-AxiKw cRGLZg"
5656
>
5757
<svg
5858
aria-hidden="true"
@@ -79,11 +79,11 @@ exports[`components/Sidebar.tsx should render itself & its children (logged in)
7979
</div>
8080
</div>
8181
<div
82-
className="sc-AykKF gzCmSs"
82+
className="sc-AxhCb iiUgpz"
8383
>
8484
<button
8585
aria-label="Refresh Notifications"
86-
className="sc-AykKG exvrYi"
86+
className="sc-AxhUy dubEsv"
8787
onClick={[Function]}
8888
>
8989
<svg
@@ -110,7 +110,7 @@ exports[`components/Sidebar.tsx should render itself & its children (logged in)
110110
</button>
111111
<button
112112
aria-label="Settings"
113-
className="sc-AykKG exvrYi"
113+
className="sc-AxhUy dubEsv"
114114
onClick={[Function]}
115115
>
116116
<svg
@@ -137,7 +137,7 @@ exports[`components/Sidebar.tsx should render itself & its children (logged in)
137137
</button>
138138
<button
139139
aria-label="View project on GitHub"
140-
className="sc-AykKG exvrYi"
140+
className="sc-AxhUy dubEsv"
141141
onClick={[Function]}
142142
>
143143
<svg
@@ -168,10 +168,10 @@ exports[`components/Sidebar.tsx should render itself & its children (logged in)
168168

169169
exports[`components/Sidebar.tsx should render itself & its children (logged out) 1`] = `
170170
<div
171-
className="sc-AykKC hlbwQR"
171+
className="sc-AxjAm hvGyhy"
172172
>
173173
<div
174-
className="sc-AykKD jNLHCP"
174+
className="sc-AxirZ gZzKjG"
175175
>
176176
<svg
177177
className="logo"
@@ -218,7 +218,7 @@ exports[`components/Sidebar.tsx should render itself & its children (logged out)
218218
</g>
219219
</svg>
220220
<div
221-
className="sc-AykKE dFyZIk"
221+
className="sc-AxiKw cRGLZg"
222222
>
223223
<svg
224224
aria-hidden="true"
@@ -245,11 +245,11 @@ exports[`components/Sidebar.tsx should render itself & its children (logged out)
245245
</div>
246246
</div>
247247
<div
248-
className="sc-AykKF gzCmSs"
248+
className="sc-AxhCb iiUgpz"
249249
>
250250
<button
251251
aria-label="View project on GitHub"
252-
className="sc-AykKG exvrYi"
252+
className="sc-AxhUy dubEsv"
253253
onClick={[Function]}
254254
>
255255
<svg

src/js/routes/__snapshots__/enterprise-login.test.tsx.snap

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,38 @@
33
exports[`routes/enterprise-login.js renders correctly 1`] = `
44
<div>
55
<div
6-
className="sc-AykKJ dpQeKw"
6+
className="sc-Axmtr ebMSwT"
77
>
88
<h3
9-
className="sc-fzXfLO kHdgsr"
9+
className="sc-fzozJi jqfsXz"
1010
>
1111
Login to GitHub Enterprise
1212
</h3>
1313
<button
1414
aria-label="Go Back"
15-
className="sc-fzXfLP efZclQ"
15+
className="sc-fzoLsD cUlvxj"
1616
onClick={[Function]}
1717
>
1818
×
1919
</button>
2020
</div>
2121
<div
22-
className="sc-AykKK jDEljL"
22+
className="sc-AxmLO hfTlrw"
2323
>
2424
<form
2525
onSubmit={[Function]}
2626
>
2727
<div
28-
className="sc-AykKC kzMuDw"
28+
className="sc-AxjAm euTnqr"
2929
>
3030
<label
31-
className="sc-AykKD dXwyWP"
31+
className="sc-AxirZ iDECDC"
3232
htmlFor="hostname"
3333
>
3434
Hostname
3535
</label>
3636
<input
37-
className="sc-AykKE hKjuFy"
37+
className="sc-AxiKw gyFGja"
3838
id="hostname"
3939
name="hostname"
4040
onBlur={[Function]}
@@ -46,16 +46,16 @@ exports[`routes/enterprise-login.js renders correctly 1`] = `
4646
/>
4747
</div>
4848
<div
49-
className="sc-AykKC kzMuDw"
49+
className="sc-AxjAm euTnqr"
5050
>
5151
<label
52-
className="sc-AykKD dXwyWP"
52+
className="sc-AxirZ iDECDC"
5353
htmlFor="clientId"
5454
>
5555
Client ID
5656
</label>
5757
<input
58-
className="sc-AykKE hKjuFy"
58+
className="sc-AxiKw gyFGja"
5959
id="clientId"
6060
name="clientId"
6161
onBlur={[Function]}
@@ -67,16 +67,16 @@ exports[`routes/enterprise-login.js renders correctly 1`] = `
6767
/>
6868
</div>
6969
<div
70-
className="sc-AykKC kzMuDw"
70+
className="sc-AxjAm euTnqr"
7171
>
7272
<label
73-
className="sc-AykKD dXwyWP"
73+
className="sc-AxirZ iDECDC"
7474
htmlFor="clientSecret"
7575
>
7676
Client Secret
7777
</label>
7878
<input
79-
className="sc-AykKE hKjuFy"
79+
className="sc-AxiKw gyFGja"
8080
id="clientSecret"
8181
name="clientSecret"
8282
onBlur={[Function]}
@@ -88,7 +88,7 @@ exports[`routes/enterprise-login.js renders correctly 1`] = `
8888
/>
8989
</div>
9090
<button
91-
className="sc-AykKI dHvhDg"
91+
className="sc-AxheI dRrlwj"
9292
disabled={true}
9393
title="Login Button"
9494
type="submit"

src/js/routes/__snapshots__/login.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`routes/login.tsx should render itself & its children 1`] = `
44
<div
5-
className="sc-AykKC bbjmpG"
5+
className="sc-AxjAm jdFkYF"
66
>
77
<svg
88
className="logo"
@@ -49,15 +49,15 @@ exports[`routes/login.tsx should render itself & its children 1`] = `
4949
</g>
5050
</svg>
5151
<h3
52-
className="sc-AykKD ghxDqX"
52+
className="sc-AxirZ kwBko"
5353
>
5454
GitHub Notifications
5555
<br />
5656
in your menu bar.
5757
</h3>
5858
<button
5959
aria-label="Login with GitHub"
60-
className="sc-AykKE cOyJHY"
60+
className="sc-AxiKw emcOUi"
6161
onClick={[Function]}
6262
>
6363
<span>
@@ -66,7 +66,7 @@ exports[`routes/login.tsx should render itself & its children 1`] = `
6666
</button>
6767
<button
6868
aria-label="Login with GitHub Enterprise"
69-
className="sc-AykKE cOyJHY"
69+
className="sc-AxiKw emcOUi"
7070
onClick={[Function]}
7171
>
7272
<span>

0 commit comments

Comments
 (0)