-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgh-detection.test.ts.snap
More file actions
290 lines (274 loc) · 8.99 KB
/
gh-detection.test.ts.snap
File metadata and controls
290 lines (274 loc) · 8.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`github detection > gh_issue:should detect correct spots 1`] = `
[
{
"for": "id=:r2q: name=null className=prc-Textarea-TextArea-13q4j overtype-input",
"spot": {
"domain": "github.com",
"number": 523,
"slug": "diffplug/selfie",
"title": "[jvm] docs for VCR",
"type": "GH_ISSUE_APPEND",
"unique_key": "github.com:diffplug/selfie:523",
},
},
]
`;
exports[`github detection > gh_issue_edit:should detect correct spots 1`] = `
[
{
"for": "id=:rc3: name=null className=prc-Textarea-TextArea-13q4j focus-visible overtype-input",
"spot": {
"isIssue": true,
"type": "GH_EDIT",
"unique_key": "DRAFT_STORAGE_UNSUPPORTED",
},
},
{
"for": "id=:ra7: name=null className=prc-Textarea-TextArea-13q4j overtype-input",
"spot": {
"domain": "github.com",
"number": 56,
"slug": "diffplug/gitcasso",
"title": "what about the draft?",
"type": "GH_ISSUE_APPEND",
"unique_key": "github.com:diffplug/gitcasso:56",
},
},
]
`;
exports[`github detection > gh_issue_edit_multiple:should detect correct spots 1`] = `
[
{
"for": "id=:r76: name=null className=prc-Textarea-TextArea-13q4j overtype-input",
"spot": {
"isIssue": true,
"type": "GH_EDIT",
"unique_key": "DRAFT_STORAGE_UNSUPPORTED",
},
},
{
"for": "id=:r8k: name=null className=prc-Textarea-TextArea-13q4j focus-visible overtype-input",
"spot": {
"isIssue": true,
"type": "GH_EDIT",
"unique_key": "DRAFT_STORAGE_UNSUPPORTED",
},
},
{
"for": "id=:r5b: name=null className=prc-Textarea-TextArea-13q4j overtype-input",
"spot": {
"domain": "github.com",
"number": 3,
"slug": "diffplug/testing-deletable",
"title": "Test 3",
"type": "GH_ISSUE_APPEND",
"unique_key": "github.com:diffplug/testing-deletable:3",
},
},
]
`;
exports[`github detection > gh_issue_new:should detect correct spots 1`] = `
[
{
"for": "id=:r34: name=null className=prc-Textarea-TextArea-13q4j focus-visible overtype-input",
"spot": {
"domain": "github.com",
"slug": "diffplug/gitcasso",
"title": "New issue title",
"type": "GH_ISSUE_CREATE",
"unique_key": "github.com:diffplug/gitcasso:new",
},
},
]
`;
exports[`github detection > gh_issue_new_complex_template:should detect correct spots 1`] = `
[
{
"for": "id=:ri7: name=null className=prc-Textarea-TextArea-13q4j",
"spot": "NO_SPOT",
},
{
"for": "id=:rjd: name=null className=prc-Textarea-TextArea-13q4j",
"spot": "NO_SPOT",
},
{
"for": "id= name=null className=prc-Textarea-TextArea-13q4j",
"spot": "NO_SPOT",
},
{
"for": "id=:rkn: name=null className=prc-Textarea-TextArea-13q4j focus-visible",
"spot": "NO_SPOT",
},
{
"for": "id=:rne: name=null className=prc-Textarea-TextArea-13q4j",
"spot": "NO_SPOT",
},
]
`;
exports[`github detection > gh_pr:should detect correct spots 1`] = `
[
{
"for": "id=feedback name=feedback className=form-control width-full mb-2",
"spot": "NO_SPOT",
},
{
"for": "id=new_comment_field name=comment[body] className=js-comment-field js-paste-markdown js-task-list-field js-quick-submit FormControl-textarea CommentBox-input js-size-to-fit size-to-fit js-session-resumable js-saved-reply-shortcut-comment-field overtype-input",
"spot": {
"domain": "github.com",
"number": 517,
"slug": "diffplug/selfie",
"title": "Add "VCR" functionality
#517",
"type": "GH_PR_APPEND",
"unique_key": "github.com:diffplug/selfie:517",
},
},
]
`;
exports[`github detection > gh_pr_edit:should detect correct spots 1`] = `
[
{
"for": "id=issue-3429313834-body name=pull_request[body] className=js-comment-field js-paste-markdown js-task-list-field js-quick-submit js-size-to-fit size-to-fit js-session-resumable CommentBox-input FormControl-textarea js-saved-reply-shortcut-comment-field focus-visible overtype-input",
"spot": {
"isIssue": false,
"type": "GH_EDIT",
"unique_key": "DRAFT_STORAGE_UNSUPPORTED",
},
},
{
"for": "id=new_comment_field name=comment[body] className=js-comment-field js-paste-markdown js-task-list-field js-quick-submit FormControl-textarea CommentBox-input js-size-to-fit size-to-fit js-session-resumable js-saved-reply-shortcut-comment-field overtype-input",
"spot": {
"domain": "github.com",
"number": 58,
"slug": "diffplug/gitcasso",
"title": "Feat/expand corpus
#58",
"type": "GH_PR_APPEND",
"unique_key": "github.com:diffplug/gitcasso:58",
},
},
]
`;
exports[`github detection > gh_pr_edit_multiple:should detect correct spots 1`] = `
[
{
"for": "id=issue-3454672384-body name=pull_request[body] className=js-comment-field js-paste-markdown js-task-list-field js-quick-submit js-size-to-fit size-to-fit js-session-resumable CommentBox-input FormControl-textarea js-saved-reply-shortcut-comment-field overtype-input",
"spot": {
"isIssue": false,
"type": "GH_EDIT",
"unique_key": "DRAFT_STORAGE_UNSUPPORTED",
},
},
{
"for": "id=convert-to-issue-body-3335416053 name=issue[body] className=form-control input-contrast comment-form-textarea js-comment-field js-paste-markdown js-task-list-field js-quick-submit js-size-to-fit size-to-fit js-session-resumable",
"spot": "NO_SPOT",
},
{
"for": "id=issuecomment-3335416053-body name=issue_comment[body] className=js-comment-field js-paste-markdown js-task-list-field js-quick-submit js-size-to-fit size-to-fit js-session-resumable CommentBox-input FormControl-textarea js-saved-reply-shortcut-comment-field focus-visible overtype-input",
"spot": {
"isIssue": false,
"type": "GH_EDIT",
"unique_key": "DRAFT_STORAGE_UNSUPPORTED",
},
},
{
"for": "id=new_comment_field name=comment[body] className=js-comment-field js-paste-markdown js-task-list-field js-quick-submit FormControl-textarea CommentBox-input js-size-to-fit size-to-fit js-session-resumable js-saved-reply-shortcut-comment-field overtype-input",
"spot": {
"domain": "github.com",
"number": 5,
"slug": "diffplug/testing-deletable",
"title": "Update README.md
#5",
"type": "GH_PR_APPEND",
"unique_key": "github.com:diffplug/testing-deletable:5",
},
},
]
`;
exports[`github detection > gh_pr_new:should detect correct spots 1`] = `
[
{
"for": "id=feedback name=feedback className=form-control width-full mb-2",
"spot": "NO_SPOT",
},
{
"for": "id=pull_request_body name=pull_request[body] className=js-comment-field js-paste-markdown js-task-list-field js-quick-submit FormControl-textarea CommentBox-input js-size-to-fit size-to-fit js-session-resumable js-saved-reply-shortcut-comment-field CommentBox-input--large overtype-input",
"spot": {
"base": "main",
"domain": "github.com",
"head": "cavia-porcellus:selfie:main",
"slug": "diffplug/selfie",
"title": "Update README.md",
"type": "GH_PR_CREATE",
"unique_key": "github.com:diffplug/selfie:main...cavia-porcellus:selfie:main",
},
},
]
`;
exports[`github detection > gh_project:should detect correct spots 1`] = `[]`;
exports[`github detection > gh_project_draft:should detect correct spots 1`] = `[]`;
exports[`github detection > gh_project_draft_edit:should detect correct spots 1`] = `
[
{
"for": "id=:r5a: name=null className=prc-Textarea-TextArea-13q4j overtype-input",
"spot": {
"isIssue": true,
"type": "GH_EDIT",
"unique_key": "DRAFT_STORAGE_UNSUPPORTED",
},
},
]
`;
exports[`github detection > gh_project_issue:should detect correct spots 1`] = `
[
{
"for": "id=:rbs: name=null className=prc-Textarea-TextArea-13q4j overtype-input",
"spot": {
"domain": "github.com",
"number": 57,
"slug": "diffplug/gitcasso",
"title": "what about drafts?",
"type": "GH_ISSUE_APPEND",
"unique_key": "github.com:diffplug/gitcasso:57",
},
},
]
`;
exports[`github detection > gh_project_issue_edit:should detect correct spots 1`] = `
[
{
"for": "id=:rdh: name=null className=prc-Textarea-TextArea-13q4j overtype-input",
"spot": {
"isIssue": true,
"type": "GH_EDIT",
"unique_key": "DRAFT_STORAGE_UNSUPPORTED",
},
},
{
"for": "id=:rbs: name=null className=prc-Textarea-TextArea-13q4j overtype-input",
"spot": {
"domain": "github.com",
"number": 57,
"slug": "diffplug/gitcasso",
"title": "what about drafts?",
"type": "GH_ISSUE_APPEND",
"unique_key": "github.com:diffplug/gitcasso:57",
},
},
]
`;
exports[`github detection > gh_project_issue_new:should detect correct spots 1`] = `
[
{
"for": "id=:r4t: name=null className=prc-Textarea-TextArea-13q4j overtype-input",
"spot": {
"domain": "github.com",
"slug": "diffplug/gitcasso",
"title": "Draft project title",
"type": "GH_ISSUE_CREATE",
"unique_key": "github.com:diffplug/gitcasso:new",
},
},
]
`;