@@ -17,12 +17,11 @@ exports[`github ui > gh_issue:should render correct UI elements 1`] = `
1717 #
1818 523
1919
20- <a
21- className = " truncate hover:underline"
20+ <LinkOutOfPopup
2221 href = " https://github.com/diffplug/selfie"
2322 >
2423 diffplug/selfie
25- </a >
24+ </LinkOutOfPopup >
2625 </span >
2726 </React.Fragment >,
2827 } ,
@@ -53,12 +52,11 @@ exports[`github ui > gh_issue_edit:should render correct UI elements 1`] = `
5352 #
5453 56
5554
56- <a
57- className = " truncate hover:underline"
55+ <LinkOutOfPopup
5856 href = " https://github.com/diffplug/gitcasso"
5957 >
6058 diffplug/gitcasso
61- </a >
59+ </LinkOutOfPopup >
6260 </span >
6361 </React.Fragment >,
6462 } ,
@@ -96,12 +94,11 @@ exports[`github ui > gh_issue_edit_multiple:should render correct UI elements 1`
9694 #
9795 3
9896
99- <a
100- className = " truncate hover:underline"
97+ <LinkOutOfPopup
10198 href = " https://github.com/diffplug/testing-deletable"
10299 >
103100 diffplug/testing-deletable
104- </a >
101+ </LinkOutOfPopup >
105102 </span >
106103 </React.Fragment >,
107104 } ,
@@ -124,12 +121,11 @@ exports[`github ui > gh_issue_new:should render correct UI elements 1`] = `
124121 <span >
125122 < draft>
126123
127- <a
128- className = " truncate hover:underline"
124+ <LinkOutOfPopup
129125 href = " https://github.com/diffplug/gitcasso"
130126 >
131127 diffplug/gitcasso
132- </a >
128+ </LinkOutOfPopup >
133129 </span >
134130 </React.Fragment >,
135131 } ,
@@ -156,12 +152,11 @@ exports[`github ui > gh_pr:should render correct UI elements 1`] = `
156152 #
157153 517
158154
159- <a
160- className = " truncate hover:underline"
155+ <LinkOutOfPopup
161156 href = " https://github.com/diffplug/selfie"
162157 >
163158 diffplug/selfie
164- </a >
159+ </LinkOutOfPopup >
165160 </span >
166161 </React.Fragment >,
167162 } ,
@@ -194,12 +189,11 @@ exports[`github ui > gh_pr_edit:should render correct UI elements 1`] = `
194189 #
195190 58
196191
197- <a
198- className = " truncate hover:underline"
192+ <LinkOutOfPopup
199193 href = " https://github.com/diffplug/gitcasso"
200194 >
201195 diffplug/gitcasso
202- </a >
196+ </LinkOutOfPopup >
203197 </span >
204198 </React.Fragment >,
205199 } ,
@@ -238,12 +232,11 @@ exports[`github ui > gh_pr_edit_multiple:should render correct UI elements 1`] =
238232 #
239233 5
240234
241- <a
242- className = " truncate hover:underline"
235+ <LinkOutOfPopup
243236 href = " https://github.com/diffplug/testing-deletable"
244237 >
245238 diffplug/testing-deletable
246- </a >
239+ </LinkOutOfPopup >
247240 </span >
248241 </React.Fragment >,
249242 } ,
@@ -266,12 +259,11 @@ exports[`github ui > gh_pr_new:should render correct UI elements 1`] = `
266259 <span >
267260 < draft>
268261
269- <a
270- className = " truncate hover:underline"
262+ <LinkOutOfPopup
271263 href = " https://github.com/diffplug/selfie"
272264 >
273265 diffplug/selfie
274- </a >
266+ </LinkOutOfPopup >
275267 </span >
276268 </React.Fragment >,
277269 } ,
0 commit comments